summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2008-04-14 01:12:51 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2008-04-14 01:12:51 +0000
commit861525852c858d9d98040cc00786d744ac732e16 (patch)
tree7fdfe2c3e1f9cb5316cd7def7b05002e545353ce
parentbe4f41f0b7ed5ce27a14e759848413f4fd891456 (diff)
downloadrockbox-861525852c858d9d98040cc00786d744ac732e16.tar.gz
rockbox-861525852c858d9d98040cc00786d744ac732e16.zip
Increase the size of one of the look up tables. Fixes 'burst of static' in some files. I still have no idea how big it really needs to be...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17103 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libwma/wmadata.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/apps/codecs/libwma/wmadata.h b/apps/codecs/libwma/wmadata.h
index 63f922b6d6..b9e53ab8b0 100644
--- a/apps/codecs/libwma/wmadata.h
+++ b/apps/codecs/libwma/wmadata.h
@@ -1460,15 +1460,16 @@ const fixed64 pow_table[] =
1460const fixed32 pow_10_to_yover16[] ICONST_ATTR= 1460const fixed32 pow_10_to_yover16[] ICONST_ATTR=
1461{ 1461{
1462 /*16 negative indicies (-16 to -1)*/ 1462 /*16 negative indicies (-16 to -1)*/
14630x199a,0x1d90,0x2223,0x276c,0x2d86,0x3492,0x3cb5,0x461b,0x50f4,0x5d7c,0x6bf4,0x7caa,0x8ff6,0xa63e, 1463 0x199a,0x1d90,0x2223,0x276c,0x2d86,0x3492,0x3cb5,0x461b,0x50f4,0x5d7c,0x6bf4,0x7caa,0x8ff6,0xa63e,
14640xbff9, 0xddb0, 1464 0xbff9, 0xddb0,
1465 /*non-negative indicies*/ 1465 /*non-negative indicies (0-70)*/
14660x10000,0x127a0,0x15562,0x18a39,0x1c73d,0x20db4,0x25f12,0x2bd09,0x3298b,0x3a6d9,0x4378b,0x4dea3, 1466 0x10000,0x127a0,0x15562,0x18a39,0x1c73d,0x20db4,0x25f12,0x2bd09,0x3298b,0x3a6d9,0x4378b,0x4dea3,
14670x59f98,0x67e6b,0x77fbb,0x8a8de,0xa0000,0xb8c3e,0xd55d1,0xf6636,0x11c865,0x148906,0x17b6b8,0x1b625b, 1467 0x59f98,0x67e6b,0x77fbb,0x8a8de,0xa0000,0xb8c3e,0xd55d1,0xf6636,0x11c865,0x148906,0x17b6b8,0x1b625b,
14680x1f9f6e,0x248475,0x2a2b6e,0x30b25f,0x383bf0,0x40f02c,0x4afd4b,0x5698b0,0x640000,0x737a6b,0x855a26, 1468 0x1f9f6e,0x248475,0x2a2b6e,0x30b25f,0x383bf0,0x40f02c,0x4afd4b,0x5698b0,0x640000,0x737a6b,0x855a26,
14690x99fe1f,0xb1d3f4,0xcd5a3e,0xed232b,0x111d78a,0x13c3a4e,0x16d2c94,0x1a5b24e,0x1e6f7b0,0x2325760, 1469 0x99fe1f,0xb1d3f4,0xcd5a3e,0xed232b,0x111d78a,0x13c3a4e,0x16d2c94,0x1a5b24e,0x1e6f7b0,0x2325760,
14700x28961b4,0x2ede4ec,0x361f6dc,0x3e80000,0x482c830,0x5358580,0x603ed30,0x6f24788,0x8058670,0x9435fb0, 1470 0x28961b4,0x2ede4ec,0x361f6dc,0x3e80000,0x482c830,0x5358580,0x603ed30,0x6f24788,0x8058670,0x9435fb0,
14710xab26b70,0xc5a4710,0xe43bdc0,0x1078f700,0x1305ace0,0x15f769c0,0x195dd100,0x1d4af120 1471 0xab26b70,0xc5a4710,0xe43bdc0,0x1078f700,0x1305ace0,0x15f769c0,0x195dd100,0x1d4af120,0x21d3a4ab,
1472 0x27100000,0x2d1bd1e1,0x341736de,0x3c2743e8,0x4576cb4a,0x50374011,0x5ca1bcb0
1472}; 1473};
1473 1474
1474const fixed32 pow_a_table[] = 1475const fixed32 pow_a_table[] =