FFmpeg
|
#include "mpegaudiodata.h"
Go to the source code of this file.
Variables | |
const uint16_t | avpriv_mpa_bitrate_tab [2][3][15] |
const uint16_t | avpriv_mpa_freq_tab [3] = { 44100, 48000, 32000 } |
const int | ff_mpa_sblimit_table [5] = { 27 , 30 , 8, 12 , 30 } |
const int | ff_mpa_quant_steps [17] |
const int | ff_mpa_quant_bits [17] |
static const unsigned char | alloc_table_1 [] |
static const unsigned char | alloc_table_3 [] |
static const unsigned char | alloc_table_4 [] |
const unsigned char *const | ff_mpa_alloc_tables [5] |
mpeg audio layer common tables.
Definition in file mpegaudiodata.c.
const uint16_t avpriv_mpa_bitrate_tab[2][3][15] |
Definition at line 30 of file mpegaudiodata.c.
Referenced by avpriv_mpegaudio_decode_header(), find_expected_header(), mp3_header_decompress(), mp3_write_xing(), and MPA_encode_init().
const uint16_t avpriv_mpa_freq_tab[3] = { 44100, 48000, 32000 } |
Definition at line 40 of file mpegaudiodata.c.
Referenced by avpriv_mpegaudio_decode_header(), ff_mp4_read_dec_config_descr(), find_expected_header(), mp3_header_decompress(), mp3_write_xing(), and MPA_encode_init().
const int ff_mpa_sblimit_table[5] = { 27 , 30 , 8, 12 , 30 } |
Definition at line 45 of file mpegaudiodata.c.
Referenced by mp_decode_layer2(), and MPA_encode_init().
const int ff_mpa_quant_steps[17] |
Definition at line 47 of file mpegaudiodata.c.
Referenced by decode_init_static(), encode_frame(), and mp_decode_layer2().
const int ff_mpa_quant_bits[17] |
Definition at line 55 of file mpegaudiodata.c.
Referenced by decode_init_static(), encode_frame(), mp_decode_layer2(), and MPA_encode_init().
|
static |
Definition at line 64 of file mpegaudiodata.c.
|
static |
Definition at line 97 of file mpegaudiodata.c.
|
static |
Definition at line 112 of file mpegaudiodata.c.
const unsigned char* const ff_mpa_alloc_tables[5] |
Definition at line 145 of file mpegaudiodata.c.
Referenced by mp_decode_layer2(), and MPA_encode_init().