From 8431c08b7d3a271ad34ce512e2bdcb0e53e39c38 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 26 Oct 2007 11:34:08 +0000 Subject: QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter assembler code to reflect this. Also do a small optimization in the reverse block copy of the qmf_synth() Coldfire assembler. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15315 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/sb_celp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libspeex/sb_celp.h') diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h index 9fb2241a83..da3545d943 100644 --- a/apps/codecs/libspeex/sb_celp.h +++ b/apps/codecs/libspeex/sb_celp.h @@ -109,7 +109,7 @@ typedef struct SBDecState { int lpc_enh_enabled; char *stack; - spx_word32_t g0_mem[64], g1_mem[64]; + spx_word16_t g0_mem[64], g1_mem[64]; spx_word16_t excBuf[80]; spx_lsp_t old_qlsp[10]; -- cgit v1.2.3