forked from len0rd/rockbox
ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Coldfire (200% to 220% realtime). Almost certainly not the best use of IRAM, but it works now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85aa3a8d38
commit
07fabd1cd1
15 changed files with 46 additions and 29 deletions
|
|
@ -29,7 +29,9 @@
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
const signed char gain_cdbk_nb[512] = {
|
||||
#include "config-speex.h"
|
||||
|
||||
const signed char gain_cdbk_nb[512] ICONST_ATTR = {
|
||||
-32, -32, -32, 0,
|
||||
-28, -67, -5, 33,
|
||||
-42, -6, -32, 18,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue