FFmpeg
|
mpeg audio layer 2 tables. More...
Go to the source code of this file.
Macros | |
#define | SQRT2 1.41421356237309514547 |
Variables | |
static const int | costab32 [30] |
static const int | bitinv32 [32] |
static int16_t | filter_bank [512] |
static int | scale_factor_table [64] |
static int8_t | scale_factor_shift [64] |
static unsigned short | scale_factor_mult [64] |
static unsigned char | scale_diff_table [128] |
static unsigned short | total_quant_bits [17] |
static const unsigned short | quant_snr [17] |
static const float | fixed_smr [SBLIMIT] |
static const unsigned char | nb_scale_factors [4] = { 3, 2, 1, 2 } |
mpeg audio layer 2 tables.
Most of them come from the mpeg audio specification.
Definition in file mpegaudiotab.h.
#define SQRT2 1.41421356237309514547 |
Definition at line 36 of file mpegaudiotab.h.
Referenced by idct32().
|
static |
Definition at line 38 of file mpegaudiotab.h.
Referenced by idct32().
|
static |
Definition at line 74 of file mpegaudiotab.h.
Referenced by idct32().
|
static |
Definition at line 82 of file mpegaudiotab.h.
Referenced by filter(), and MPA_encode_init().
|
static |
Definition at line 84 of file mpegaudiotab.h.
Referenced by compute_scale_factors(), and MPA_encode_init().
|
static |
Definition at line 88 of file mpegaudiotab.h.
Referenced by encode_frame(), and MPA_encode_init().
|
static |
Definition at line 89 of file mpegaudiotab.h.
|
static |
Definition at line 91 of file mpegaudiotab.h.
Referenced by compute_scale_factors(), and MPA_encode_init().
|
static |
Definition at line 94 of file mpegaudiotab.h.
Referenced by compute_bit_allocation(), and MPA_encode_init().
|
static |
Definition at line 99 of file mpegaudiotab.h.
Referenced by compute_bit_allocation().
|
static |
Definition at line 109 of file mpegaudiotab.h.
Referenced by psycho_acoustic_model().
|
static |
Definition at line 116 of file mpegaudiotab.h.
Referenced by compute_bit_allocation().