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:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-04-10 03:33:47 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-04-10 03:33:47 +0400
commit8edb430c2a212d2dc9c6496eff262d4677146a05 (patch)
tree0d20a514cbf1f5c82e2ad23372950c207bafc658 /libspeex/quant_lsp.h
parent18ba9b8d4695a50351c73699e62ae5f3f58b10ba (diff)
decoder stuff
git-svn-id: http://svn.xiph.org/trunk/speex@3235 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/quant_lsp.h')
-rw-r--r--libspeex/quant_lsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libspeex/quant_lsp.h b/libspeex/quant_lsp.h
index 1814ed8..15aceda 100644
--- a/libspeex/quant_lsp.h
+++ b/libspeex/quant_lsp.h
@@ -52,4 +52,7 @@ void lsp_unquant_wb(float *lsp, int order, FrameBits *bits);
/* Quantizes high-band LSPs with 12 bits */
void lsp_quant_high(float *lsp, float *qlsp, int order, FrameBits *bits);
+/* Decodes high-band LSPs */
+void lsp_unquant_high(float *lsp, int order, FrameBits *bits);
+
#endif