|
FFmpeg
|
#include "aacdec_usac.h"#include "aacdec_tab.h"#include "aacdec_lpd.h"#include "aacdec_ac.h"#include "libavcodec/aacsbr.h"#include "libavcodec/aactab.h"#include "libavutil/mem.h"#include "libavcodec/mpeg4audio.h"#include "libavcodec/unary.h"Go to the source code of this file.
Macros | |
| #define | SFB_PER_PRED_BAND 2 |
Variables | |
| static enum AVChannel | usac_ch_pos_to_av [64] |
| #define SFB_PER_PRED_BAND 2 |
Definition at line 34 of file aacdec_usac.c.
|
inlinestatic |
Definition at line 36 of file aacdec_usac.c.
Referenced by decode_usac_extension(), ff_aac_usac_config_decode(), and parse_audio_preroll().
|
static |
Definition at line 85 of file aacdec_usac.c.
Referenced by decode_loudness_set().
|
static |
Definition at line 111 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode().
|
static |
Definition at line 150 of file aacdec_usac.c.
Referenced by decode_usac_element_pair(), and ff_aac_usac_config_decode().
|
static |
Definition at line 193 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode().
|
static |
Definition at line 202 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode().
|
static |
Definition at line 236 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode().
| int ff_aac_usac_reset_state | ( | AACDecContext * | ac, |
| OutputConfiguration * | oc | ||
| ) |
Definition at line 275 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode(), and flush().
| int ff_aac_usac_config_decode | ( | AACDecContext * | ac, |
| AVCodecContext * | avctx, | ||
| GetBitContext * | gb, | ||
| OutputConfiguration * | oc, | ||
| int | channel_config | ||
| ) |
Definition at line 334 of file aacdec_usac.c.
Referenced by decode_audio_specific_config_gb(), and parse_audio_preroll().
|
static |
Definition at line 560 of file aacdec_usac.c.
Referenced by decode_usac_core_coder().
|
static |
Decode and dequantize arithmetically coded, uniformly quantized value.
| coef | array of dequantized, scaled spectral data |
| sf | array of scalefactors or intensity stereo positions |
Definition at line 593 of file aacdec_usac.c.
Referenced by decode_usac_core_coder().
|
static |
Definition at line 688 of file aacdec_usac.c.
Referenced by decode_usac_stereo_info().
|
static |
Definition at line 779 of file aacdec_usac.c.
Referenced by decode_usac_core_coder(), and decode_usac_stereo_info().
|
static |
Definition at line 842 of file aacdec_usac.c.
Referenced by decode_usac_core_coder().
|
inlinestatic |
Definition at line 984 of file aacdec_usac.c.
Referenced by apply_noise_fill().
|
static |
Definition at line 992 of file aacdec_usac.c.
Referenced by spectrum_scale().
|
static |
Definition at line 1033 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1063 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1094 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1134 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1188 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1240 of file aacdec_usac.c.
Referenced by spectrum_decode().
|
static |
Definition at line 1280 of file aacdec_usac.c.
Referenced by decode_usac_core_coder().
|
static |
Definition at line 1344 of file aacdec_usac.c.
Referenced by ff_aac_usac_decode_frame().
|
static |
Definition at line 1499 of file aacdec_usac.c.
Referenced by parse_ext_ele().
|
static |
Definition at line 1573 of file aacdec_usac.c.
Referenced by ff_aac_usac_decode_frame().
| int ff_aac_usac_decode_frame | ( | AVCodecContext * | avctx, |
| AACDecContext * | ac, | ||
| GetBitContext * | gb, | ||
| int * | got_frame_ptr | ||
| ) |
Definition at line 1654 of file aacdec_usac.c.
Referenced by aac_decode_frame_int(), and parse_audio_preroll().
|
static |
Definition at line 50 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode().
1.8.17