summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/mdct_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/mdct_tables.c')
-rw-r--r--apps/codecs/libwmapro/mdct_tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/mdct_tables.c b/apps/codecs/libwmapro/mdct_tables.c
index dd8b2a451c..edb15a4159 100644
--- a/apps/codecs/libwmapro/mdct_tables.c
+++ b/apps/codecs/libwmapro/mdct_tables.c
@@ -1378,6 +1378,7 @@ const int32_t *sine_windows[6] = {
1378 the table should be in s.31 format, but in wma pro, all the tables are scaled 1378 the table should be in s.31 format, but in wma pro, all the tables are scaled
1379 down to preserve energy in the signal, so this downscaling is equivalent to 1379 down to preserve energy in the signal, so this downscaling is equivalent to
1380 having the tables in ~s15.16 instead. */ 1380 having the tables in ~s15.16 instead. */
1381/* rockbox: not used
1381const int32_t sincos_lookup_wmap[8064] = { 1382const int32_t sincos_lookup_wmap[8064] = {
1382 0x0000011C, 0x00016A09, 0x000009FE, 0x000169E6, 1383 0x0000011C, 0x00016A09, 0x000009FE, 0x000169E6,
1383 0x000012DF, 0x0001698B, 0x00001BBD, 0x000168F9, 1384 0x000012DF, 0x0001698B, 0x00001BBD, 0x000168F9,
@@ -3387,4 +3388,4 @@ const int32_t sincos_lookup_wmap[8064] = {
3387 0x00003FFD, 0x00000112, 0x00003FFD, 0x00000106, 3388 0x00003FFD, 0x00000112, 0x00003FFD, 0x00000106,
3388 0x00003FFE 3389 0x00003FFE
3389}; 3390};
3390 3391*/