summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/quant_lsp.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-10 01:26:21 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-10 01:26:21 +0000
commitf32b7748dddf0146e66af2120ac2cb6bcd363ae8 (patch)
tree5452c530e9eb2d7f7a8e23eec888257919bb0e11 /apps/codecs/libspeex/quant_lsp.h
parente35d7abd1a4fb9e517a8aeb4ee13ade9cc2a572f (diff)
downloadrockbox-f32b7748dddf0146e66af2120ac2cb6bcd363ae8.tar.gz
rockbox-f32b7748dddf0146e66af2120ac2cb6bcd363ae8.zip
Remove unneeded file from SOURCES and partial SVN sync.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15551 a1c6a512-1295-4272-9138-f99709370657
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