forked from len0rd/rockbox
Put a couple of important layer 1/2 arrays in IRAM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acabd28efc
commit
1996dca15a
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* used in both Layer I and Layer II decoding
|
||||
*/
|
||||
static
|
||||
mad_fixed_t const sf_table[64] = {
|
||||
mad_fixed_t const sf_table[64] IDATA_ATTR = {
|
||||
# include "sf_table.dat"
|
||||
};
|
||||
|
||||
|
|
@ -269,7 +269,7 @@ struct quantclass {
|
|||
unsigned char bits;
|
||||
mad_fixed_t C;
|
||||
mad_fixed_t D;
|
||||
} const qc_table[17] = {
|
||||
} const qc_table[17] IDATA_ATTR = {
|
||||
# include "qc_table.dat"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue