|
static av_always_inline void | reset_predict_state (PredictorState *ps) |
|
static float * | VMUL2 (float *dst, const float *v, unsigned idx, const float *scale) |
|
static float * | VMUL4 (float *dst, const float *v, unsigned idx, const float *scale) |
|
static float * | VMUL2S (float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) |
|
static float * | VMUL4S (float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) |
|
static av_always_inline float | flt16_round (float pf) |
|
static av_always_inline float | flt16_even (float pf) |
|
static av_always_inline float | flt16_trunc (float pf) |
|
static av_always_inline void | predict (PredictorState *ps, float *coef, int output_enable) |
|
static void | apply_dependent_coupling (AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) |
| Apply dependent channel coupling (applied before IMDCT). More...
|
|
static void | apply_independent_coupling (AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) |
| Apply independent channel coupling (applied after IMDCT). More...
|
|
static uint32_t | latm_get_value (GetBitContext *b) |
|
static int | latm_decode_audio_specific_config (struct LATMContext *latmctx, GetBitContext *gb, int asclen) |
|
static int | read_stream_mux_config (struct LATMContext *latmctx, GetBitContext *gb) |
|
static int | read_payload_length_info (struct LATMContext *ctx, GetBitContext *gb) |
|
static int | read_audio_mux_element (struct LATMContext *latmctx, GetBitContext *gb) |
|
static int | latm_decode_frame (AVCodecContext *avctx, AVFrame *out, int *got_frame_ptr, AVPacket *avpkt) |
|
static av_cold int | latm_decode_init (AVCodecContext *avctx) |
|
AAC decoder
- Author
- Oded Shimon ( ods15 ods15 dyndns org )
-
Maxim Gavrilov ( maxim.gavrilov gmail com )
Definition in file aacdec.c.