summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-04-03 07:47:23 +0000
committerNils Wallménius <nils@rockbox.org>2008-04-03 07:47:23 +0000
commita216c66b42bc0abbabe6b903f714c69458fefc0d (patch)
treee620f6b0f9bc379bb4461a23f017132fd802af04
parent34196edb60e0c0b12572590e399f74c959b294d7 (diff)
downloadrockbox-a216c66b42bc0abbabe6b903f714c69458fefc0d.tar.gz
rockbox-a216c66b42bc0abbabe6b903f714c69458fefc0d.zip
Remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16942 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/Tremor/mdct_lookup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/codecs/Tremor/mdct_lookup.h b/apps/codecs/Tremor/mdct_lookup.h
index 704829008a..8aade1e6a3 100644
--- a/apps/codecs/Tremor/mdct_lookup.h
+++ b/apps/codecs/Tremor/mdct_lookup.h
@@ -17,9 +17,6 @@
17 17
18#include "os_types.h" 18#include "os_types.h"
19 19
20/* we keep the most used sin cosine table in fast IRAM;
21 unfortunately, we don't have the space for both tables */
22
23/* {sin(2*i*PI/4096), cos(2*i*PI/4096)}, with i = 0 to 512 */ 20/* {sin(2*i*PI/4096), cos(2*i*PI/4096)}, with i = 0 to 512 */
24static LOOKUP_T sincos_lookup0[1026] ICONST_ATTR = { 21static LOOKUP_T sincos_lookup0[1026] ICONST_ATTR = {
25 X(0x00000000), X(0x7fffffff), X(0x003243f5), X(0x7ffff621), 22 X(0x00000000), X(0x7fffffff), X(0x003243f5), X(0x7ffff621),