summaryrefslogtreecommitdiff
path: root/apps/codecs/spc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/spc')
-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,