From 3fa5e5f5924306417c05cbc7a7f46a605c670996 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 24 Sep 2006 19:00:29 +0000 Subject: Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on ColdFire targets, but ARM targets benefits too. Allows realtime playback of some AAC files on Iriver targets (H1x0, H3x0). Remove support for some rarely used AAC profiles to reduce code size a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11038 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/kbd_win.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libfaad/kbd_win.h') diff --git a/apps/codecs/libfaad/kbd_win.h b/apps/codecs/libfaad/kbd_win.h index 933e6c1ded..1c3fd096ac 100644 --- a/apps/codecs/libfaad/kbd_win.h +++ b/apps/codecs/libfaad/kbd_win.h @@ -37,7 +37,7 @@ extern "C" { #pragma warning(disable:4244) #endif -ALIGN static const real_t kbd_long_1024[] = +ALIGN static const real_t kbd_long_1024[] ICONST_ATTR = { FRAC_CONST(0.00029256153896361), FRAC_CONST(0.00042998567353047), @@ -2030,7 +2030,7 @@ ALIGN static const real_t kbd_long_960[] = { }; #endif -ALIGN static const real_t kbd_short_128[] = +ALIGN static const real_t kbd_short_128[] ICONST_ATTR = { FRAC_CONST(4.3795702929468881e-005), FRAC_CONST(0.00011867384265436617), -- cgit v1.2.3