summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_10.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_10.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_10.h b/apps/codecs/libfaad/codebook/hcb_10.h
index 7f1b6a4d7e..971d06aaf0 100644
--- a/apps/codecs/libfaad/codebook/hcb_10.h
+++ b/apps/codecs/libfaad/codebook/hcb_10.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 hcb10_1[] = { 36static hcb hcb10_1[] ICONST_ATTR_FAAD_LARGE_IRAM = {
37 /* 4 bit codewords */ 37 /* 4 bit codewords */
38 { /* 000000 */ 0, 0 }, 38 { /* 000000 */ 0, 0 },
39 { /* */ 0, 0 }, 39 { /* */ 0, 0 },
@@ -115,7 +115,7 @@ static hcb hcb10_1[] = {
115 * 115 *
116 * Gives size of codeword and actual data (x,y,v,w) 116 * Gives size of codeword and actual data (x,y,v,w)
117 */ 117 */
118static hcb_2_pair hcb10_2[] = { 118static hcb_2_pair hcb10_2[] ICONST_ATTR = {
119 /* 4 bit codewords */ 119 /* 4 bit codewords */
120 { 4, 1, 1 }, 120 { 4, 1, 1 },
121 { 4, 1, 2 }, 121 { 4, 1, 2 },