comparison eac3dec_data.h @ 11559:444f4b594fdb libavcodec

Add spectral extension to the E-AC-3 decoder. Original patch by Justin, updated and resubmitted by Christophe Gisquet, christophe D gisquet A gmail
author cehoyos
date Tue, 30 Mar 2010 22:09:14 +0000
parents 68de5143aa45
children
comparison
equal deleted inserted replaced
11558:44c5c540722c 11559:444f4b594fdb
29 extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2]; 29 extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2];
30 extern const int16_t ff_eac3_gaq_remap_2_4_b[9][2]; 30 extern const int16_t ff_eac3_gaq_remap_2_4_b[9][2];
31 31
32 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6]; 32 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6];
33 extern const uint8_t ff_eac3_frm_expstr[32][6]; 33 extern const uint8_t ff_eac3_frm_expstr[32][6];
34 extern const float ff_eac3_spx_atten_tab[32][3];
34 35
35 #endif /* AVCODEC_EAC3DEC_DATA_H */ 36 #endif /* AVCODEC_EAC3DEC_DATA_H */