summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/common.c')
-rw-r--r--apps/codecs/libfaad/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/common.c b/apps/codecs/libfaad/common.c
index c838c88d33..d3ea2c377a 100644
--- a/apps/codecs/libfaad/common.c
+++ b/apps/codecs/libfaad/common.c
@@ -251,7 +251,7 @@ uint32_t random_int(void)
251/* precision of values in pow2_tab */ 251/* precision of values in pow2_tab */
252#define POWTBL_BITS (31-(INTERP_BITS)) 252#define POWTBL_BITS (31-(INTERP_BITS))
253#define POWTBL_PRECIS (1U<<(POWTBL_BITS)) 253#define POWTBL_PRECIS (1U<<(POWTBL_BITS))
254static const uint32_t pow2_tab[] ICONST_ATTR = { 254static const uint32_t pow2_tab[] ICONST_ATTR_FAAD_LARGE_IRAM = {
255 UFIX_CONST(1.000000000000000,POWTBL_PRECIS), 255 UFIX_CONST(1.000000000000000,POWTBL_PRECIS),
256 UFIX_CONST(1.010889286051701,POWTBL_PRECIS), 256 UFIX_CONST(1.010889286051701,POWTBL_PRECIS),
257 UFIX_CONST(1.021897148654117,POWTBL_PRECIS), 257 UFIX_CONST(1.021897148654117,POWTBL_PRECIS),