From a216c66b42bc0abbabe6b903f714c69458fefc0d Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 3 Apr 2008 07:47:23 +0000 Subject: Remove obsolete comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16942 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/mdct_lookup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps') 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 @@ #include "os_types.h" -/* we keep the most used sin cosine table in fast IRAM; - unfortunately, we don't have the space for both tables */ - /* {sin(2*i*PI/4096), cos(2*i*PI/4096)}, with i = 0 to 512 */ static LOOKUP_T sincos_lookup0[1026] ICONST_ATTR = { X(0x00000000), X(0x7fffffff), X(0x003243f5), X(0x7ffff621), -- cgit v1.2.3