summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwma/wmadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libwma/wmadata.h')
-rwxr-xr-x[-rw-r--r--]lib/rbcodec/codecs/libwma/wmadata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libwma/wmadata.h b/lib/rbcodec/codecs/libwma/wmadata.h
index 07a55df19a..7f97a75676 100644..100755
--- a/lib/rbcodec/codecs/libwma/wmadata.h
+++ b/lib/rbcodec/codecs/libwma/wmadata.h
@@ -1578,7 +1578,8 @@ const fixed64 lsp_pow_e_table[] ICONST_ATTR_WMA_XL_IRAM =
1578 0x0LL 1578 0x0LL
1579}; 1579};
1580 1580
1581/* table of exp noise values multiplied by 16 in order to reduce rounding error */ 1581/* table of exp noise values multiplied by 16 in order to reduce rounding error,
1582 * note that that first value (0x5) is used as a magic number in the init code*/
1582fixed32 noisetable_exp[] = 1583fixed32 noisetable_exp[] =
1583{ 1584{
1584 0x5, 0xfffffa2e, 0xc2c, 0xb47, 0xffffaebe, 0xfffffa63, 0xfffff7ff, 0x16bd, 1585 0x5, 0xfffffa2e, 0xc2c, 0xb47, 0xffffaebe, 0xfffffa63, 0xfffff7ff, 0x16bd,