summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadata.h')
-rw-r--r--apps/codecs/libwma/wmadata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libwma/wmadata.h b/apps/codecs/libwma/wmadata.h
index 343b6e9e92..07a55df19a 100644
--- a/apps/codecs/libwma/wmadata.h
+++ b/apps/codecs/libwma/wmadata.h
@@ -1426,7 +1426,7 @@ static const CoefVLCTable coef_vlcs[6] = {
1426}; 1426};
1427 1427
1428/*table of the values of 10^(index*.05)*/ 1428/*table of the values of 10^(index*.05)*/
1429const fixed64 pow_table[] = 1429const fixed64 pow_table[] ICONST_ATTR_WMA_XL_IRAM =
1430 { 0x199a, 0x1cb9, 0x203a, 0x2429, 0x2893, 0x2d86, 0x3314, 0x3950, 0x404e, 1430 { 0x199a, 0x1cb9, 0x203a, 0x2429, 0x2893, 0x2d86, 0x3314, 0x3950, 0x404e,
1431 0x4827, 0x50f4, 0x5ad5, 0x65ea, 0x725a, 0x804e, 0x8ff6, 0xa186, 0xb53c, 1431 0x4827, 0x50f4, 0x5ad5, 0x65ea, 0x725a, 0x804e, 0x8ff6, 0xa186, 0xb53c,
1432 0xcb59, 0xe429, 0x10000LL,0x11f3dLL,0x14249LL,0x1699cLL,0x195bcLL, 1432 0xcb59, 0xe429, 0x10000LL,0x11f3dLL,0x14249LL,0x1699cLL,0x195bcLL,
@@ -1499,7 +1499,7 @@ const fixed32 pow_10_to_yover16[] ICONST_ATTR=
1499 0x27100000, 0x2d1bd1e1, 0x341736de, 0x3c2743e8, 0x4576cb4a 1499 0x27100000, 0x2d1bd1e1, 0x341736de, 0x3c2743e8, 0x4576cb4a
1500}; 1500};
1501 1501
1502const fixed32 pow_a_table[] = 1502const fixed32 pow_a_table[] ICONST_ATTR_WMA_XL_IRAM =
1503{ 1503{
1504 0x1004,0x1008,0x100c,0x1010,0x1014,0x1018,0x101c,0x1021,0x1025,0x1029,0x102d, 1504 0x1004,0x1008,0x100c,0x1010,0x1014,0x1018,0x101c,0x1021,0x1025,0x1029,0x102d,
1505 0x1031,0x1036,0x103a,0x103e,0x1043,0x1047,0x104b,0x1050,0x1054,0x1059,0x105d, 1505 0x1031,0x1036,0x103a,0x103e,0x1043,0x1047,0x104b,0x1050,0x1054,0x1059,0x105d,
@@ -1522,7 +1522,7 @@ const fixed32 pow_a_table[] =
1522 */ 1522 */
1523 1523
1524 1524
1525const fixed64 lsp_pow_e_table[] = 1525const fixed64 lsp_pow_e_table[] ICONST_ATTR_WMA_XL_IRAM =
1526{ 1526{
1527 0xb504f30000000000LL, 0x9837f00000000000LL, 0x8000000000000000LL, 0x6ba27e8000000000LL, 0x5a82798000000000LL, 1527 0xb504f30000000000LL, 0x9837f00000000000LL, 0x8000000000000000LL, 0x6ba27e8000000000LL, 0x5a82798000000000LL,
1528 0x4c1bf80000000000LL, 0x4000000000000000LL, 0x35d13f4000000000LL, 0x2d413cc000000000LL, 0x260dfc0000000000LL, 1528 0x4c1bf80000000000LL, 0x4000000000000000LL, 0x35d13f4000000000LL, 0x2d413cc000000000LL, 0x260dfc0000000000LL,