summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_2.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_2.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_2.h b/apps/codecs/libfaad/codebook/hcb_2.h
index bcc8857c15..15e7d57084 100644
--- a/apps/codecs/libfaad/codebook/hcb_2.h
+++ b/apps/codecs/libfaad/codebook/hcb_2.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 hcb2_1[] = { 36static hcb hcb2_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 },
@@ -82,7 +82,7 @@ static hcb hcb2_1[] = {
82 * 82 *
83 * Gives size of codeword and actual data (x,y,v,w) 83 * Gives size of codeword and actual data (x,y,v,w)
84 */ 84 */
85static hcb_2_quad hcb2_2[] = { 85static hcb_2_quad hcb2_2[] ICONST_ATTR_FAAD_LARGE_IRAM = {
86 /* 3 bit codeword */ 86 /* 3 bit codeword */
87 { 3, 0, 0, 0, 0 }, 87 { 3, 0, 0, 0, 0 },
88 88