Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/real-fft-test.c')
-rw-r--r--tests/real-fft-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/real-fft-test.c b/tests/real-fft-test.c
index 25db1a4..fc73f70 100644
--- a/tests/real-fft-test.c
+++ b/tests/real-fft-test.c
@@ -64,7 +64,11 @@ double snr_compare_scal( kiss_fft_scalar * vec1,kiss_fft_scalar * vec2, int n)
}
return snr;
}
+#ifdef RADIX_TWO_ONLY
+#define NFFT 1024
+#else
#define NFFT 8*3*5
+#endif
#ifndef NUMFFTS
#define NUMFFTS 10000