forked from len0rd/rockbox
EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6cf66eb08c
commit
12857cedfa
2 changed files with 54 additions and 20 deletions
|
|
@ -8243,6 +8243,8 @@ ALIGN static const real_t iq_table[IQ_TABLE_SIZE] =
|
|||
|
||||
#else
|
||||
|
||||
#define BIG_IQ_TABLE /* using BIG_IQ_TABLE creates faster code */
|
||||
|
||||
#ifdef BIG_IQ_TABLE
|
||||
#define IQ_TABLE_SIZE 8192
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue