1
0
Fork 0
forked from len0rd/rockbox

Make the codecs use more IRAM on S5L870x, as we have plenty of it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23594 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-11-09 20:01:07 +00:00
parent cc4d92c270
commit 099df2fb71
4 changed files with 7 additions and 3 deletions

View file

@ -58,7 +58,7 @@ static unsigned char mad_main_data[MAD_BUFFER_MDLEN];
is for Coldfire. */
/* 4608 bytes */
#ifdef CPU_COLDFIRE
#if defined(CPU_COLDFIRE) || defined(CPU_S5L870X)
static mad_fixed_t mad_frame_overlap[2][32][18] IBSS_ATTR;
#else
static mad_fixed_t mad_frame_overlap[2][32][18];