[opus] [[RFC PATCH v2]: Ne10 fft fixed and previous 8/8] test_unit_dft: Add nfft = 60, 240, 480 tests

Viswanath Puttagunta viswanath.puttagunta at linaro.org
Fri May 8 09:52:59 PDT 2015


Signed-off-by: Viswanath Puttagunta <viswanath.puttagunta at linaro.org>
---
 celt/tests/test_unit_dft.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/celt/tests/test_unit_dft.c b/celt/tests/test_unit_dft.c
index 5ea10fb..111c249 100644
--- a/celt/tests/test_unit_dft.c
+++ b/celt/tests/test_unit_dft.c
@@ -177,8 +177,14 @@ int main(int argc,char ** argv)
         test1d(36,1,arch);
         test1d(50,0,arch);
         test1d(50,1,arch);
+        test1d(60,0,arch);
+        test1d(60,1,arch);
         test1d(120,0,arch);
         test1d(120,1,arch);
+        test1d(240,0,arch);
+        test1d(240,1,arch);
+        test1d(480,0,arch);
+        test1d(480,1,arch);
 #endif
     }
     return ret;
-- 
1.9.1



More information about the opus mailing list