From f32b7748dddf0146e66af2120ac2cb6bcd363ae8 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sat, 10 Nov 2007 01:26:21 +0000 Subject: Remove unneeded file from SOURCES and partial SVN sync. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15551 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/quant_lsp.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/codecs/libspeex/quant_lsp.h') 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) /* Decodes high-band LSPs */ void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits); -#ifdef EPIC_48K -/* Quantizes narrowband LSPs with 14 bits */ -void lsp_quant_48k(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits); - -/* Decodes quantized narrowband LSPs (14 bits) */ -void lsp_unquant_48k(spx_lsp_t *lsp, int order, SpeexBits *bits); -#endif - - #endif -- cgit v1.2.3