Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->102.84 MHz. Should be realtime on all CF targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
21920408be
commit
8cb4183839
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static unsigned char isobuffers[ISO_BUFFERS_SIZE + 4] IBSS_ATTR;
|
|||
static unsigned char *iso_buffers_end = isobuffers + ISO_BUFFERS_SIZE;
|
||||
static unsigned int pcm_buffer_size;
|
||||
|
||||
static decoder tta[MAX_NCH]; /* decoder state */
|
||||
static decoder tta[MAX_NCH] IBSS_ATTR; /* decoder state */
|
||||
/* Rockbox speciffic: cache is defined in get_samples() (non static value) */
|
||||
/* static int cache[MAX_NCH]; // decoder cache */
|
||||
|
||||
|
|
Loading…
Reference in a new issue