summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_4.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_4.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_4.h b/apps/codecs/libfaad/codebook/hcb_4.h
index 1dc90404f6..67397e1fb0 100644
--- a/apps/codecs/libfaad/codebook/hcb_4.h
+++ b/apps/codecs/libfaad/codebook/hcb_4.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 hcb4_1[] = { 36static hcb hcb4_1[] ICONST_ATTR_FAAD_LARGE_IRAM = {
37 /* 4 bit codewords */ 37 /* 4 bit codewords */
38 { /* 00000 */ 0, 0 }, 38 { /* 00000 */ 0, 0 },
39 { /* */ 0, 0 }, 39 { /* */ 0, 0 },
@@ -85,7 +85,7 @@ static hcb hcb4_1[] = {
85 * 85 *
86 * Gives size of codeword and actual data (x,y,v,w) 86 * Gives size of codeword and actual data (x,y,v,w)
87 */ 87 */
88static hcb_2_quad hcb4_2[] = { 88static hcb_2_quad hcb4_2[] ICONST_ATTR_FAAD_LARGE_IRAM = {
89 /* 4 bit codewords */ 89 /* 4 bit codewords */
90 { 4, 1, 1, 1, 1 }, 90 { 4, 1, 1, 1, 1 },
91 { 4, 0, 1, 1, 1 }, 91 { 4, 0, 1, 1, 1 },