AAC data declarations.
More...
#include "libavutil/mem.h"
#include "aac.h"
#include <stdint.h>
Go to the source code of this file.
|
|
| DECLARE_ALIGNED (32, extern float, ff_aac_kbd_long_1024)[1024] |
| |
|
| DECLARE_ALIGNED (32, extern float, ff_aac_kbd_short_128)[128] |
| |
|
| DECLARE_ALIGNED (32, extern float, ff_aac_kbd_long_960)[960] |
| |
|
| DECLARE_ALIGNED (32, extern float, ff_aac_kbd_short_120)[120] |
| |
|
| DECLARE_ALIGNED (32, extern int, ff_aac_kbd_long_1024_fixed)[1024] |
| |
|
| DECLARE_ALIGNED (32, extern int, ff_aac_kbd_long_512_fixed)[512] |
| |
|
| DECLARE_ALIGNED (32, extern int, ff_aac_kbd_short_128_fixed)[128] |
| |
|
| DECLARE_ALIGNED (32, extern const float, ff_aac_eld_window_512)[1920] |
| |
|
| DECLARE_ALIGNED (32, extern const int, ff_aac_eld_window_512_fixed)[1920] |
| |
|
| DECLARE_ALIGNED (32, extern const float, ff_aac_eld_window_480)[1800] |
| |
|
| DECLARE_ALIGNED (32, extern const int, ff_aac_eld_window_480_fixed)[1800] |
| |
|
|
float | ff_aac_pow2sf_tab [428] |
| |
|
float | ff_aac_pow34sf_tab [428] |
| |
|
const uint8_t | ff_aac_num_swb_1024 [] |
| |
|
const uint8_t | ff_aac_num_swb_960 [] |
| |
|
const uint8_t | ff_aac_num_swb_512 [] |
| |
|
const uint8_t | ff_aac_num_swb_480 [] |
| |
|
const uint8_t | ff_aac_num_swb_128 [] |
| |
|
const uint8_t | ff_aac_num_swb_120 [] |
| |
|
const uint8_t | ff_aac_pred_sfb_max [] |
| |
|
const uint32_t | ff_aac_scalefactor_code [121] |
| |
|
const uint8_t | ff_aac_scalefactor_bits [121] |
| |
|
const uint16_t *const | ff_aac_spectral_codes [11] |
| |
|
const uint8_t *const | ff_aac_spectral_bits [11] |
| |
|
const uint16_t | ff_aac_spectral_sizes [11] |
| |
|
const float * | ff_aac_codebook_vectors [] |
| |
|
const float * | ff_aac_codebook_vector_vals [] |
| |
|
const uint16_t * | ff_aac_codebook_vector_idx [] |
| |
|
const uint16_t *const | ff_swb_offset_1024 [13] |
| |
|
const uint16_t *const | ff_swb_offset_960 [13] |
| |
|
const uint16_t *const | ff_swb_offset_512 [13] |
| |
|
const uint16_t *const | ff_swb_offset_480 [13] |
| |
|
const uint16_t *const | ff_swb_offset_128 [13] |
| |
|
const uint16_t *const | ff_swb_offset_120 [13] |
| |
|
const uint8_t | ff_tns_max_bands_1024 [13] |
| |
|
const uint8_t | ff_tns_max_bands_512 [13] |
| |
|
const uint8_t | ff_tns_max_bands_480 [13] |
| |
|
const uint8_t | ff_tns_max_bands_128 [13] |
| |
AAC data declarations.
- Author
- Oded Shimon ( ods15 ods15 dyndns org )
-
Maxim Gavrilov ( maxim.gavrilov gmail com )