forked from len0rd/rockbox
Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at the cost of 30.5 kbytes of IRAM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21833 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7e12872a7
commit
15dc0750be
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ CODEC_HEADER
|
|||
|
||||
RMContext rmctx;
|
||||
RMPacket pkt;
|
||||
COOKContext q;
|
||||
COOKContext q IBSS_ATTR;
|
||||
|
||||
static void init_rm(RMContext *rmctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue