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
path: root/celt/vq.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-25 23:28:53 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-26 02:30:59 +0300
commit4507637ccca66d1520e806bbbb69396e4511679c (patch)
treef3732d5e364738ed8f7c020c4747192408f1b180 /celt/vq.h
parent6cdd84a3c877e5d0f68ee0d047fadfa737c0efd9 (diff)
Fixes unit tests that need arch-specific code
We now include the object files for those rather than attempt to problems.
Diffstat (limited to 'celt/vq.h')
-rw-r--r--celt/vq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/celt/vq.h b/celt/vq.h
index 5dbf9ce0..0dfe6af0 100644
--- a/celt/vq.h
+++ b/celt/vq.h
@@ -45,6 +45,8 @@
#include "mips/vq_mipsr1.h"
#endif
+void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
+
opus_val16 op_pvq_search_c(celt_norm *X, int *iy, int K, int N, int arch);
#if !defined(OVERRIDE_OP_PVQ_SEARCH)