summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_1.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_1.h b/apps/codecs/libfaad/codebook/hcb_1.h
index 610e578efb..88c04b6012 100644
--- a/apps/codecs/libfaad/codebook/hcb_1.h
+++ b/apps/codecs/libfaad/codebook/hcb_1.h
@@ -33,7 +33,7 @@
33 * 33 *
34 * Used to find offset into 2nd step table and number of extra bits to get 34 * Used to find offset into 2nd step table and number of extra bits to get
35 */ 35 */
36static hcb hcb1_1[] = { 36static hcb hcb1_1[] ICONST_ATTR_FAAD_LARGE_IRAM = {
37 { /* 00000 */ 0, 0 }, 37 { /* 00000 */ 0, 0 },
38 { /* */ 0, 0 }, 38 { /* */ 0, 0 },
39 { /* */ 0, 0 }, 39 { /* */ 0, 0 },
@@ -78,7 +78,7 @@ static hcb hcb1_1[] = {
78 * 78 *
79 * Gives size of codeword and actual data (x,y,v,w) 79 * Gives size of codeword and actual data (x,y,v,w)
80 */ 80 */
81static hcb_2_quad hcb1_2[] = { 81static hcb_2_quad hcb1_2[] ICONST_ATTR_FAAD_LARGE_IRAM = {
82 /* 1 bit codeword */ 82 /* 1 bit codeword */
83 { 1, 0, 0, 0, 0 }, 83 { 1, 0, 0, 0, 0 },
84 84