|
FFmpeg
|
#include "aacdec_tab.h"#include "libavcodec/aac.h"#include "libavcodec/aacps.h"#include "libavcodec/aactab.h"#include "libavcodec/vlc.h"#include "libavutil/attributes.h"#include "libavutil/thread.h"Go to the source code of this file.
Macros | |
| #define | TAB_WRAP_SIZE(name) name[i], sizeof(name[i][0]), sizeof(name[i][0]) |
Functions | |
| static av_cold void | aacdec_common_init (void) |
| av_cold void | ff_aacdec_common_init_once (void) |
Variables | |
| const int8_t | ff_tags_per_config [16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 5, 5, 16, 5, 0 } |
| const uint8_t | ff_aac_channel_layout_map [16][16][3] |
| const int16_t | ff_aac_channel_map [3][4][6] |
| const AVChannelLayout | ff_aac_ch_layout [] |
| VLCElem | ff_vlc_scalefactors [352] |
| const VLCElem * | ff_vlc_spectral [11] |
| static const uint8_t | sbr_huffman_tab [][2] |
| Huffman tables for SBR. More... | |
| static const uint8_t | sbr_huffman_nb_codes [] |
| static const int8_t | sbr_vlc_offsets [10] |
| const VLCElem * | ff_aac_sbr_vlc [10] |
Common code and tables of the AAC fixed- and floating-point decoders
Definition in file aacdec_tab.c.
|
static |
Definition at line 263 of file aacdec_tab.c.
Referenced by ff_aacdec_common_init_once().
| av_cold void ff_aacdec_common_init_once | ( | void | ) |
Definition at line 304 of file aacdec_tab.c.
Referenced by ff_aac_decode_init().
| const int8_t ff_tags_per_config[16] = { 0, 1, 1, 2, 3, 3, 4, 5, 0, 0, 0, 5, 5, 16, 5, 0 } |
Definition at line 38 of file aacdec_tab.c.
Referenced by aac_decode_er_frame(), ff_aac_get_che(), and ff_aac_set_default_channel_config().
| const uint8_t ff_aac_channel_layout_map[16][16][3] |
Definition at line 40 of file aacdec_tab.c.
Referenced by aac_decode_er_frame(), and ff_aac_set_default_channel_config().
| const int16_t ff_aac_channel_map[3][4][6] |
Definition at line 75 of file aacdec_tab.c.
Referenced by assign_channels().
| const AVChannelLayout ff_aac_ch_layout[] |
Definition at line 96 of file aacdec_tab.c.
| VLCElem ff_vlc_scalefactors[352] |
Definition at line 111 of file aacdec_tab.c.
Referenced by aacdec_common_init(), decode_cce(), decode_scalefactors(), decode_usac_scale_factors(), and decode_usac_stereo_cplx().
| const VLCElem* ff_vlc_spectral[11] |
Definition at line 112 of file aacdec_tab.c.
Referenced by aacdec_common_init(), and decode_spectrum_and_dequant().
|
static |
Huffman tables for SBR.
Definition at line 116 of file aacdec_tab.c.
Referenced by aacdec_common_init().
|
static |
Definition at line 253 of file aacdec_tab.c.
Referenced by aacdec_common_init().
|
static |
Definition at line 257 of file aacdec_tab.c.
Referenced by aacdec_common_init().
| const VLCElem* ff_aac_sbr_vlc[10] |
Definition at line 261 of file aacdec_tab.c.
Referenced by aacdec_common_init(), read_sbr_envelope(), and read_sbr_noise().
1.8.17