summaryrefslogtreecommitdiff
path: root/celt/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-06-16 20:24:52 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-06-16 20:24:52 -0400
commitee2506b2c7e9a0ef05eb489ed554d38d9b71a3e5 (patch)
treef1d8d49018a369b4d9bdf42a5ea5a94d90c40e90 /celt/tests
parent3afc6ffff068cd9696de7fc3b88a0cd3ab79940a (diff)
downloadopus-ee2506b2c7e9a0ef05eb489ed554d38d9b71a3e5.tar.gz
Moves log2Amp inside denormalise_bands() and get rid of bandE[]
Also get rid of the MSE measurement code which is outdated and no longer useful
Diffstat (limited to 'celt/tests')
-rw-r--r--celt/tests/test_unit_mathops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/celt/tests/test_unit_mathops.c b/celt/tests/test_unit_mathops.c
index c11f0adc..4bb780e6 100644
--- a/celt/tests/test_unit_mathops.c
+++ b/celt/tests/test_unit_mathops.c
@@ -41,6 +41,8 @@
#include "entdec.c"
#include "entcode.c"
#include "bands.c"
+#include "quant_bands.c"
+#include "laplace.c"
#include "vq.c"
#include "cwrs.c"
#include <stdio.h>