Mercurial > libavcodec.hg
comparison ac3dec_data.h @ 8142:f17b1eb9ccd1 libavcodec
revert r15812 (E-AC-3 Spectral Extension) pending further review
| author | jbr |
|---|---|
| date | Thu, 13 Nov 2008 22:38:38 +0000 |
| parents | 3085502c4f33 |
| children | 1fe22274393a |
comparison
equal
deleted
inserted
replaced
| 8141:b95fd961d507 | 8142:f17b1eb9ccd1 |
|---|---|
| 32 extern const int8_t ff_eac3_gaq_remap_2_4_b[9][2]; | 32 extern const int8_t ff_eac3_gaq_remap_2_4_b[9][2]; |
| 33 | 33 |
| 34 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6]; | 34 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6]; |
| 35 extern const uint8_t ff_eac3_frm_expstr[32][6]; | 35 extern const uint8_t ff_eac3_frm_expstr[32][6]; |
| 36 extern const uint8_t ff_eac3_default_cpl_band_struct[18]; | 36 extern const uint8_t ff_eac3_default_cpl_band_struct[18]; |
| 37 extern const uint8_t ff_eac3_default_spx_band_struct[17]; | |
| 38 extern const int32_t ff_eac3_spx_atten_tab[32][3]; | |
| 39 | 37 |
| 40 extern const uint8_t ff_ac3_rematrix_band_tab[5]; | 38 extern const uint8_t ff_ac3_rematrix_band_tab[5]; |
| 41 | 39 |
| 42 #endif /* AVCODEC_AC3DEC_DATA_H */ | 40 #endif /* AVCODEC_AC3DEC_DATA_H */ |
