FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/mem_internal.h"
#include "avcodec.h"
#include "ac3tab.h"
Go to the source code of this file.
Variables | |
const uint16_t | ff_ac3_frame_size_tab [38][3] |
Possible frame sizes. More... | |
const uint8_t | ff_ac3_channels_tab [8] |
Map audio coding mode (acmod) to number of full-bandwidth channels. More... | |
const uint16_t | avpriv_ac3_channel_layout_tab [8] |
Map audio coding mode (acmod) to channel layout mask. More... | |
const uint8_t | ff_ac3_dec_channel_map [8][2][6] |
Table to remap channels from AC-3 order to SMPTE order. More... | |
const int | ff_ac3_sample_rate_tab [] = { 48000, 44100, 32000, 0 } |
const uint16_t | ff_ac3_bitrate_tab [19] |
const uint8_t | ff_ac3_rematrix_band_tab [5] = { 13, 25, 37, 61, 253 } |
Table of bin locations for rematrixing bands reference: Section 7.5.2 Rematrixing : Frequency Band Definitions. More... | |
const uint8_t | ff_eac3_default_cpl_band_struct [18] |
Table E2.16 Default Coupling Banding Structure. More... | |
const uint8_t | ff_ac3_log_add_tab [260] |
const uint16_t | ff_ac3_hearing_threshold_tab [AC3_CRITICAL_BANDS][3] |
const uint8_t | ff_ac3_bap_tab [64] |
const uint8_t | ff_ac3_slow_decay_tab [4] |
const uint8_t | ff_ac3_fast_decay_tab [4] |
const uint16_t | ff_ac3_slow_gain_tab [4] |
const uint16_t | ff_ac3_db_per_bit_tab [4] |
const int16_t | ff_ac3_floor_tab [8] |
const uint16_t | ff_ac3_fast_gain_tab [8] |
const uint64_t | ff_eac3_custom_channel_map_locations [16][2] |
tables taken directly from the AC-3 spec.
Definition in file ac3tab.c.
const uint16_t ff_ac3_frame_size_tab[38][3] |
const uint8_t ff_ac3_channels_tab[8] |
Map audio coding mode (acmod) to number of full-bandwidth channels.
from ATSC A/52 Table 5.8 Audio Coding Mode
Definition at line 82 of file ac3tab.c.
Referenced by ac3_decode_frame().
const uint16_t avpriv_ac3_channel_layout_tab[8] |
Map audio coding mode (acmod) to channel layout mask.
Definition at line 89 of file ac3tab.c.
Referenced by ac3_decode_frame(), mov_read_dac3(), and mov_read_dec3().
const uint8_t ff_ac3_dec_channel_map[8][2][6] |
Table to remap channels from AC-3 order to SMPTE order.
[channel_mode][lfe][ch]
Definition at line 104 of file ac3tab.c.
Referenced by ac3_decode_frame().
const int ff_ac3_sample_rate_tab[] = { 48000, 44100, 32000, 0 } |
Definition at line 111 of file ac3tab.c.
Referenced by validate_options().
const uint16_t ff_ac3_bitrate_tab[19] |
Definition at line 114 of file ac3tab.c.
Referenced by validate_options().
const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 } |
Table of bin locations for rematrixing bands reference: Section 7.5.2 Rematrixing : Frequency Band Definitions.
Definition at line 123 of file ac3tab.c.
Referenced by ac3_apply_rematrixing(), compute_rematrixing_strategy(), and do_rematrixing().
const uint8_t ff_eac3_default_cpl_band_struct[18] |
Table E2.16 Default Coupling Banding Structure.
Definition at line 128 of file ac3tab.c.
Referenced by coupling_strategy(), output_audio_block(), and set_bandwidth().
const uint8_t ff_ac3_log_add_tab[260] |
Definition at line 132 of file ac3tab.c.
Referenced by ff_ac3_bit_alloc_calc_psd().
const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3] |
Definition at line 161 of file ac3tab.c.
Referenced by ff_ac3_bit_alloc_calc_mask().
const uint8_t ff_ac3_bap_tab[64] |
Definition at line 214 of file ac3tab.c.
Referenced by bit_alloc(), and decode_audio_block().
const uint8_t ff_ac3_slow_decay_tab[4] |
Definition at line 224 of file ac3tab.c.
Referenced by bit_alloc_init(), decode_audio_block(), and ff_eac3_parse_header().
const uint8_t ff_ac3_fast_decay_tab[4] |
Definition at line 228 of file ac3tab.c.
Referenced by bit_alloc_init(), decode_audio_block(), and ff_eac3_parse_header().
const uint16_t ff_ac3_slow_gain_tab[4] |
Definition at line 232 of file ac3tab.c.
Referenced by bit_alloc_init(), decode_audio_block(), and ff_eac3_parse_header().
const uint16_t ff_ac3_db_per_bit_tab[4] |
Definition at line 236 of file ac3tab.c.
Referenced by bit_alloc_init(), decode_audio_block(), and ff_eac3_parse_header().
const int16_t ff_ac3_floor_tab[8] |
Definition at line 240 of file ac3tab.c.
Referenced by bit_alloc_init(), decode_audio_block(), and ff_eac3_parse_header().
const uint16_t ff_ac3_fast_gain_tab[8] |
Definition at line 244 of file ac3tab.c.
Referenced by bit_alloc_masking(), and decode_audio_block().
const uint64_t ff_eac3_custom_channel_map_locations[16][2] |
Definition at line 248 of file ac3tab.c.
Referenced by ac3_decode_frame(), and ff_eac3_parse_header().