From fb70ec6ff927684843944c46a0e7869e799367e9 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Mar 2010 21:02:55 +0000 Subject: Use larger IRAM for M5/X5 in vorbis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25061 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/config-tremor.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'apps/codecs/libtremor/config-tremor.h') diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index eb9429e319..8a68ce325f 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -33,15 +33,8 @@ #define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR #endif -/* Define CPU of large IRAM (MCF5250) */ -#if (CONFIG_CPU == MCF5250) -/* PCM_BUFFER : 32768 Byte (4096*2*4) * - * WINDOW_LOOKUP : 4608 Byte (128*4 + 1024*4) * - * TOTAL : 37376 */ -#define IRAM_IBSS_SIZE 37376 - -/* Define CPU of large IRAM (PP5022/5024) */ -#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) +/* Define CPU of large IRAM (PP5022/5024, MCF5250) */ +#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || (CONFIG_CPU == MCF5250) /* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) * * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) * * TOTAL : 41984 */ -- cgit