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:
parent
cc4d92c270
commit
099df2fb71
4 changed files with 7 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue