From f5903789fb745d21644f93a82fd3e2404bb8ff65 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Tue, 6 Nov 2007 17:10:17 +0000 Subject: Exclude some unneeded LSP code. Add some #endif clarification comments here and there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15497 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/filters.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/codecs/libspeex/filters.c') diff --git a/apps/codecs/libspeex/filters.c b/apps/codecs/libspeex/filters.c index 9c144ebffa..13adc9c009 100644 --- a/apps/codecs/libspeex/filters.c +++ b/apps/codecs/libspeex/filters.c @@ -157,7 +157,7 @@ void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int } } } -#endif +#endif /* SPEEX_DISABLE_ENCODER */ #else @@ -342,7 +342,7 @@ void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t } } #endif -#endif +#endif /* SPEEX_DISABLE_ENCODER */ #ifndef OVERRIDE_IIR_MEM16 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) @@ -482,7 +482,7 @@ void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1 y2[k] = EXTRACT16(SATURATE(PSHR32(y2k,15),32767)); } } -#endif +#endif /* SPEEX_DISABLE_ENCODER */ #ifndef OVERRIDE_QMF_SYNTH /* Re-synthesised a signal from the QMF low-band and high-band signals */ -- cgit v1.2.3