summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/mdct_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/mdct_lookup.h')
-rw-r--r--apps/codecs/Tremor/mdct_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/mdct_lookup.h b/apps/codecs/Tremor/mdct_lookup.h
index 8a88997376..63e0775ef7 100644
--- a/apps/codecs/Tremor/mdct_lookup.h
+++ b/apps/codecs/Tremor/mdct_lookup.h
@@ -281,7 +281,7 @@ static LOOKUP_T sincos_lookup0[1026] IDATA_ATTR = {
281 }; 281 };
282 282
283 /* {sin((2*i+1)*PI/4096), cos((2*i+1)*PI/4096)}, with i = 0 to 511 */ 283 /* {sin((2*i+1)*PI/4096), cos((2*i+1)*PI/4096)}, with i = 0 to 511 */
284static LOOKUP_T sincos_lookup1[1024] IDATA_ATTR = { 284static LOOKUP_T sincos_lookup1[1024] = {
285 X(0x001921fb), X(0x7ffffd88), X(0x004b65ee), X(0x7fffe9cb), 285 X(0x001921fb), X(0x7ffffd88), X(0x004b65ee), X(0x7fffe9cb),
286 X(0x007da9d4), X(0x7fffc251), X(0x00afeda8), X(0x7fff8719), 286 X(0x007da9d4), X(0x7fffc251), X(0x00afeda8), X(0x7fff8719),
287 X(0x00e23160), X(0x7fff3824), X(0x011474f6), X(0x7ffed572), 287 X(0x00e23160), X(0x7fff3824), X(0x011474f6), X(0x7ffed572),