| FFmpeg
    | 
#include "mpegaudiodata.h"Go to the source code of this file.
| Variables | |
| 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 int ff_mpa_sblimit_table[5] = { 27 , 30 , 8, 12 , 30 } | 
Definition at line 32 of file mpegaudiodata.c.
Referenced by mp_decode_layer2(), and MPA_encode_init().
| const int ff_mpa_quant_steps[17] | 
Definition at line 34 of file mpegaudiodata.c.
Referenced by encode_frame(), mp_decode_layer2(), and mpegaudiodec_common_init_static().
| const int ff_mpa_quant_bits[17] | 
Definition at line 42 of file mpegaudiodata.c.
Referenced by encode_frame(), mp_decode_layer2(), MPA_encode_init(), and mpegaudiodec_common_init_static().
| 
 | static | 
Definition at line 51 of file mpegaudiodata.c.
| 
 | static | 
Definition at line 84 of file mpegaudiodata.c.
| 
 | static | 
Definition at line 99 of file mpegaudiodata.c.
| const unsigned char* const ff_mpa_alloc_tables[5] | 
Definition at line 132 of file mpegaudiodata.c.
Referenced by mp_decode_layer2(), and MPA_encode_init().
 1.8.17
 1.8.17