summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/sbr_dct.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/sbr_dct.c')
-rw-r--r--apps/codecs/libfaad/sbr_dct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/sbr_dct.c b/apps/codecs/libfaad/sbr_dct.c
index f471745813..f22a24a18e 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 = {
1535 x_im = imag_part; \ 1535 x_im = imag_part; \
1536 tmp = MUL_C(x_re + x_im, tab[tabidx++]); \ 1536 tmp = MUL_C(x_re + x_im, tab[tabidx++]); \
1537 out1 = MUL_C(x_re , tab[tabidx++]) + tmp; \ 1537 out1 = MUL_C(x_re , tab[tabidx++]) + tmp; \
1538 out2 = MUL_C(x_im , tab[tabidx++]) + tmp; \ 1538 out2 = MUL_C(x_im , tab[tabidx++]) + tmp;
1539 1539
1540/* size 64 only! */ 1540/* size 64 only! */
1541void dct4_kernel(real_t *real, real_t *imag) 1541void dct4_kernel(real_t *real, real_t *imag)