From 07fabd1cd1f2173d93cb1b3962da7d11ca80c569 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Mon, 9 Jul 2007 11:18:10 +0000 Subject: 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 --- apps/codecs/libspeex/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libspeex/window.c') diff --git a/apps/codecs/libspeex/window.c b/apps/codecs/libspeex/window.c index 55ceadf5b8..41757ff0d0 100644 --- a/apps/codecs/libspeex/window.c +++ b/apps/codecs/libspeex/window.c @@ -36,7 +36,7 @@ #include "misc.h" #ifdef FIXED_POINT -const spx_word16_t lpc_window[200] = { +const spx_word16_t lpc_window[200] ICONST_ATTR = { 1310, 1313, 1321, 1333, 1352, 1375, 1403, 1436, 1475, 1518, 1567, 1621, 1679, 1743, 1811, 1884, 1962, 2044, 2132, 2224, 2320, 2421, 2526, 2636, -- cgit v1.2.3