summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/quant_lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/quant_lsp.h')
-rw-r--r--apps/codecs/libspeex/quant_lsp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/codecs/libspeex/quant_lsp.h b/apps/codecs/libspeex/quant_lsp.h
index c6d5bb36e1..828dffc4f5 100644
--- a/apps/codecs/libspeex/quant_lsp.h
+++ b/apps/codecs/libspeex/quant_lsp.h
@@ -71,13 +71,4 @@ void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits)
71/* Decodes high-band LSPs */ 71/* Decodes high-band LSPs */
72void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits); 72void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits);
73 73
74#ifdef EPIC_48K
75/* Quantizes narrowband LSPs with 14 bits */
76void lsp_quant_48k(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits);
77
78/* Decodes quantized narrowband LSPs (14 bits) */
79void lsp_unquant_48k(spx_lsp_t *lsp, int order, SpeexBits *bits);
80#endif
81
82
83#endif 74#endif