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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-12-21 08:13:29 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-12-21 08:13:29 +0400
commit2e26b82ec24060f61bc553d1f36efad49d97167e (patch)
treef117eec6d7bff76293d5c1c617dd2f260c1b1699 /celt/tests
parent8e02afcfff4d1e4ddbf06a5b6878d49d6c3fccb5 (diff)
Moves the bitrev step to the IMDCT pre-rotation
Diffstat (limited to 'celt/tests')
-rw-r--r--celt/tests/test_unit_dft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/celt/tests/test_unit_dft.c b/celt/tests/test_unit_dft.c
index 7ff0be04..57db0e3a 100644
--- a/celt/tests/test_unit_dft.c
+++ b/celt/tests/test_unit_dft.c
@@ -38,6 +38,7 @@
#include <stdio.h>
#define CELT_C
+#define TEST_UNIT_DFT_C
#include "stack_alloc.h"
#include "kiss_fft.h"
#include "kiss_fft.c"