summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libtremor/config-tremor.h11
1 files changed, 2 insertions, 9 deletions
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 @@
33#define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR 33#define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR
34#endif 34#endif
35 35
36/* Define CPU of large IRAM (MCF5250) */ 36/* Define CPU of large IRAM (PP5022/5024, MCF5250) */
37#if (CONFIG_CPU == MCF5250) 37#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || (CONFIG_CPU == MCF5250)
38/* PCM_BUFFER : 32768 Byte (4096*2*4) *
39 * WINDOW_LOOKUP : 4608 Byte (128*4 + 1024*4) *
40 * TOTAL : 37376 */
41#define IRAM_IBSS_SIZE 37376
42
43/* Define CPU of large IRAM (PP5022/5024) */
44#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X)
45/* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) * 38/* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) *
46 * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) * 39 * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) *
47 * TOTAL : 41984 */ 40 * TOTAL : 41984 */