|
FFmpeg
|
Tables taken directly from the AC-3 spec. More...
Variables | |
| const uint8_t | ff_ac3_ungroup_3_in_5_bits_tab [32][3] |
| Table used to ungroup 3 values stored in 5 bits. More... | |
| const uint8_t | ff_eac3_hebap_tab [64] |
| const uint8_t | ff_eac3_default_spx_band_struct [17] |
| Table E2.15 Default Spectral Extension Banding Structure. More... | |
Tables taken directly from the AC-3 spec.
| const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3] |
Table used to ungroup 3 values stored in 5 bits.
Used by bap=1 mantissas and GAQ. ff_ac3_ungroup_3_in_5_bits_tab[i] = { i/9, (i%9)/3, (i%9)%3 }
| const uint8_t ff_eac3_default_spx_band_struct[17] |
Table E2.15 Default Spectral Extension Banding Structure.
| const uint8_t ff_eac3_hebap_tab[64] |
1.8.12