Mercurial > libavcodec.hg
comparison ac3dec_data.c @ 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 | 7dd2a45249a9 |
comparison
equal
deleted
inserted
replaced
| 11558:44c5c540722c | 11559:444f4b594fdb |
|---|---|
| 62 /** | 62 /** |
| 63 * Table E2.16 Default Coupling Banding Structure | 63 * Table E2.16 Default Coupling Banding Structure |
| 64 */ | 64 */ |
| 65 const uint8_t ff_eac3_default_cpl_band_struct[18] = | 65 const uint8_t ff_eac3_default_cpl_band_struct[18] = |
| 66 { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 }; | 66 { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 }; |
| 67 | |
| 68 /** | |
| 69 * Table E2.15 Default Spectral Extension Banding Structure | |
| 70 */ | |
| 71 const uint8_t ff_eac3_default_spx_band_struct[17] = | |
| 72 { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 }; |
