Go to the source code of this file.
Variables | |
| const uint16_t | ff_ac3_frame_sizes [38][3] |
| Possible frame sizes. | |
| const uint8_t | ff_ac3_channels [8] |
| Maps audio coding mode (acmod) to number of full-bandwidth channels. | |
| const uint16_t | ff_ac3_freqs [3] |
| const uint16_t | ff_ac3_bitratetab [19] |
| const int16_t | ff_ac3_window [256] |
| const uint8_t | ff_ac3_latab [260] |
| const uint16_t | ff_ac3_hth [50][3] |
| const uint8_t | ff_ac3_baptab [64] |
| const uint8_t | ff_sdecaytab [4] |
| const uint8_t | ff_fdecaytab [4] |
| const uint16_t | ff_sgaintab [4] |
| const uint16_t | ff_dbkneetab [4] |
| const int16_t | ff_floortab [8] |
| const uint16_t | ff_fgaintab [8] |
| const uint8_t | ff_ac3_bndsz [50] |
| const uint16_t ff_ac3_frame_sizes[38][3] |
Possible frame sizes.
from ATSC A/52 Table 5.18 Frame Size Code Table.
Definition at line 33 of file ac3tab.c.
Referenced by AC3_encode_init(), and ff_ac3_parse_header().
| const uint8_t ff_ac3_channels[8] |
Maps audio coding mode (acmod) to number of full-bandwidth channels.
from ATSC A/52 Table 5.8 Audio Coding Mode
Definition at line 78 of file ac3tab.c.
Referenced by ac3_sync(), and ff_ac3_parse_header().
| const uint16_t ff_ac3_freqs[3] |
Definition at line 83 of file ac3tab.c.
Referenced by AC3_encode_init(), ac3_sync(), and ff_ac3_parse_header().
| const uint16_t ff_ac3_bitratetab[19] |
| const int16_t ff_ac3_window[256] |
| const uint8_t ff_ac3_latab[260] |
| const uint16_t ff_ac3_hth[50][3] |
| const uint8_t ff_ac3_baptab[64] |
| const uint8_t ff_sdecaytab[4] |
Definition at line 221 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and compute_bit_allocation().
| const uint8_t ff_fdecaytab[4] |
Definition at line 225 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and compute_bit_allocation().
| const uint16_t ff_sgaintab[4] |
Definition at line 229 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and compute_bit_allocation().
| const uint16_t ff_dbkneetab[4] |
Definition at line 233 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and compute_bit_allocation().
| const int16_t ff_floortab[8] |
Definition at line 237 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and compute_bit_allocation().
| const uint16_t ff_fgaintab[8] |
Definition at line 241 of file ac3tab.c.
Referenced by ac3_parse_audio_block(), and bit_alloc_masking().
| const uint8_t ff_ac3_bndsz[50] |
Definition at line 245 of file ac3tab.c.
Referenced by ac3_common_init(), and ff_ac3_bit_alloc_calc_bap().
1.5.5