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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/cb_search.h')
-rw-r--r--libspeex/cb_search.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libspeex/cb_search.h b/libspeex/cb_search.h
index 2bd61b0..696f844 100644
--- a/libspeex/cb_search.h
+++ b/libspeex/cb_search.h
@@ -51,4 +51,11 @@ float *exc,
FrameBits *bits
);
+void split_cb_unquant(
+float *exc,
+float codebook[][8], /* non-overlapping codebook */
+int nsf, /* number of samples in subframe */
+FrameBits *bits
+);
+
#endif