FFmpeg
|
AAC data declarations. More...
Go to the source code of this file.
Functions | |
static void | ff_aac_tableinit (void) |
AAC data declarations.
Definition in file aactab.h.
Definition at line 45 of file aactab.h.
Referenced by aac_encode_init_tables(), and aac_static_table_init().
float ff_aac_pow2sf_tab[428] |
Definition at line 35 of file aactab.c.
Referenced by decode_scalefactors(), ff_aac_tableinit(), quantize_and_encode_band_cost_template(), and search_for_pns().
float ff_aac_pow34sf_tab[428] |
Definition at line 36 of file aactab.c.
Referenced by ff_aac_tableinit(), find_min_book(), and quantize_and_encode_band_cost_template().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 126 of file aactab.h.
Referenced by decode_tns(), and quantize_coefs().
float ff_aac_kbd_long_1024[1024] |
Definition at line 38 of file aactab.c.
Referenced by aac_static_table_init(), dsp_init(), imdct_and_windowing(), update_ltp(), WINDOW_FUNC(), and windowing_and_mdct_ltp().
float ff_aac_kbd_short_128[128] |
Definition at line 39 of file aactab.c.
Referenced by aac_static_table_init(), dsp_init(), imdct_and_windowing(), update_ltp(), WINDOW_FUNC(), and windowing_and_mdct_ltp().
int ff_aac_kbd_long_512_fixed[512] |
const float ff_aac_eld_window_512[1920] |
Definition at line 1291 of file aactab.c.
Referenced by imdct_and_windowing_eld().
const float ff_aac_eld_window_480[1800] |
Definition at line 2258 of file aactab.c.
Referenced by imdct_and_windowing_eld().
const uint8_t ff_aac_num_swb_1024[] |
Definition at line 43 of file aactab.c.
Referenced by aac_encode_init(), and decode_ics_info().
const uint8_t ff_aac_num_swb_512[] |
Definition at line 47 of file aactab.c.
Referenced by decode_ics_info().
const uint8_t ff_aac_num_swb_480[] |
Definition at line 51 of file aactab.c.
Referenced by decode_ics_info().
const uint8_t ff_aac_num_swb_128[] |
Definition at line 55 of file aactab.c.
Referenced by aac_encode_init(), and decode_ics_info().
const uint8_t ff_aac_pred_sfb_max[] |
Definition at line 59 of file aactab.c.
Referenced by apply_prediction(), decode_prediction(), ff_aac_adjust_common_pred(), ff_aac_apply_main_pred(), ff_aac_encode_main_pred(), and ff_aac_search_for_pred().
const uint16_t* const ff_aac_spectral_codes[11] |
Definition at line 407 of file aactab.c.
Referenced by quantize_and_encode_band_cost_template().
const uint8_t* const ff_aac_spectral_bits[11] |
Definition at line 412 of file aactab.c.
Referenced by quantize_and_encode_band_cost_template().
const float* ff_aac_codebook_vectors[] |
Definition at line 908 of file aactab.c.
Referenced by quantize_and_encode_band_cost_template().
const float* ff_aac_codebook_vector_vals[] |
Definition at line 1064 of file aactab.c.
Referenced by decode_spectrum_and_dequant().
const uint16_t* ff_aac_codebook_vector_idx[] |
Definition at line 1073 of file aactab.c.
Referenced by decode_spectrum_and_dequant().
const uint16_t* const ff_swb_offset_1024[13] |
Definition at line 1232 of file aactab.c.
Referenced by aac_encode_frame(), and decode_ics_info().
const uint16_t* const ff_swb_offset_512[13] |
Definition at line 1240 of file aactab.c.
Referenced by decode_ics_info().
const uint16_t* const ff_swb_offset_480[13] |
Definition at line 1248 of file aactab.c.
Referenced by decode_ics_info().
const uint16_t* const ff_swb_offset_128[13] |
Definition at line 1256 of file aactab.c.
Referenced by aac_encode_frame(), and decode_ics_info().
const uint8_t ff_tns_max_bands_1024[13] |
Definition at line 1274 of file aactab.c.
Referenced by aac_encode_frame(), and decode_ics_info().
const uint8_t ff_tns_max_bands_512[13] |
Definition at line 1278 of file aactab.c.
Referenced by decode_ics_info().
const uint8_t ff_tns_max_bands_480[13] |
Definition at line 1282 of file aactab.c.
Referenced by decode_ics_info().
const uint8_t ff_tns_max_bands_128[13] |
Definition at line 1286 of file aactab.c.
Referenced by aac_encode_frame(), and decode_ics_info().