summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-03-03 03:39:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-03-03 03:39:18 +0000
commit411f8198b46764a7c29030f8da1da90dc332308c (patch)
treefd9910c320790ce43bb7665ddf525bf8c31035ea /apps/codecs
parent9764e09acb0744d06a2ae38084a7ba2a09335918 (diff)
downloadrockbox-411f8198b46764a7c29030f8da1da90dc332308c.tar.gz
rockbox-411f8198b46764a7c29030f8da1da90dc332308c.zip
Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12562 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/spc/Spc_Dsp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/spc/Spc_Dsp.h b/apps/codecs/spc/Spc_Dsp.h
index 291d6ec2c8..3f66919db2 100644
--- a/apps/codecs/spc/Spc_Dsp.h
+++ b/apps/codecs/spc/Spc_Dsp.h
@@ -5,7 +5,6 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 *
9 * $Id$ 8 * $Id$
10 * 9 *
11 * Copyright (C) 2006-2007 Adam Gashlin (hcs) 10 * Copyright (C) 2006-2007 Adam Gashlin (hcs)
@@ -882,7 +881,7 @@ static void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf )
882 #if !SPC_NOINTERP 881 #if !SPC_NOINTERP
883 /* Interleved gauss table (to improve cache coherency). */ 882 /* Interleved gauss table (to improve cache coherency). */
884 /* gauss [i * 2 + j] = normal_gauss [(1 - j) * 256 + i] */ 883 /* gauss [i * 2 + j] = normal_gauss [(1 - j) * 256 + i] */
885 static short const gauss [512] ICONST_ATTR = 884 static short const gauss [512] =
886 { 885 {
887370,1305, 366,1305, 362,1304, 358,1304, 354,1304, 351,1304, 347,1304, 343,1303, 886370,1305, 366,1305, 362,1304, 358,1304, 354,1304, 351,1304, 347,1304, 343,1303,
888339,1303, 336,1303, 332,1302, 328,1302, 325,1301, 321,1300, 318,1300, 314,1299, 887339,1303, 336,1303, 332,1302, 328,1302, 325,1301, 321,1300, 318,1300, 314,1299,