From 3b81dd47497b39952cbcf110acaa59b192fdda1c Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 16 Aug 2009 04:05:40 +0000 Subject: Put QMF coefficients into IRAM. Update test program to still compile with IBSS_ATTR defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22340 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libatrac/atrac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libatrac/atrac3.c') diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c index 2e4af2963d..8109a46276 100644 --- a/apps/codecs/libatrac/atrac3.c +++ b/apps/codecs/libatrac/atrac3.c @@ -64,7 +64,7 @@ static inline int16_t av_clip_int16(int a) else return a; } -static int32_t qmf_window[48]; +static int32_t qmf_window[48] IBSS_ATTR; static VLC spectral_coeff_tab[7]; static channel_unit channel_units[2]; /** -- cgit v1.2.3