From fe61885e4841a1b2beed729321c4df2b22432096 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 11 Jul 2010 18:41:41 +0000 Subject: Minor correction to macros, beautification of loop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27391 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/sbr_dct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libfaad/sbr_dct.c') diff --git a/apps/codecs/libfaad/sbr_dct.c b/apps/codecs/libfaad/sbr_dct.c index f471745..f22a24a 100644 --- a/apps/codecs/libfaad/sbr_dct.c +++ b/apps/codecs/libfaad/sbr_dct.c @@ -1535,7 +1535,7 @@ const uint32_t dct4_revtab[32] ICONST_ATTR = { x_im = imag_part; \ tmp = MUL_C(x_re + x_im, tab[tabidx++]); \ out1 = MUL_C(x_re , tab[tabidx++]) + tmp; \ - out2 = MUL_C(x_im , tab[tabidx++]) + tmp; \ + out2 = MUL_C(x_im , tab[tabidx++]) + tmp; /* size 64 only! */ void dct4_kernel(real_t *real, real_t *imag) -- cgit v1.1