FFmpeg
|
Decode-specific primitives. More...
#include <aacdec.h>
Data Fields | |
int(* | decode_spectrum_and_dequant )(AACDecContext *ac, GetBitContext *gb, const Pulse *pulse, SingleChannelElement *sce) |
int(* | decode_cce )(AACDecContext *ac, GetBitContext *gb, ChannelElement *che) |
int(* | sbr_ctx_alloc_init )(AACDecContext *ac, ChannelElement **che, int id_aac) |
int(* | sbr_decode_extension )(AACDecContext *ac, ChannelElement *che, GetBitContext *gb, int crc, int cnt, int id_aac) |
void(* | sbr_apply )(AACDecContext *ac, ChannelElement *che, int id_aac, void *L, void *R) |
void(* | sbr_ctx_close )(ChannelElement *che) |
int(* AACDecProc::decode_spectrum_and_dequant) (AACDecContext *ac, GetBitContext *gb, const Pulse *pulse, SingleChannelElement *sce) |
Definition at line 396 of file aacdec.h.
Referenced by ff_aac_decode_ics().
int(* AACDecProc::decode_cce) (AACDecContext *ac, GetBitContext *gb, ChannelElement *che) |
Definition at line 401 of file aacdec.h.
Referenced by decode_frame_ga().
int(* AACDecProc::sbr_ctx_alloc_init) (AACDecContext *ac, ChannelElement **che, int id_aac) |
Definition at line 403 of file aacdec.h.
Referenced by che_configure().
int(* AACDecProc::sbr_decode_extension) (AACDecContext *ac, ChannelElement *che, GetBitContext *gb, int crc, int cnt, int id_aac) |
Definition at line 404 of file aacdec.h.
Referenced by decode_extension_payload().
void(* AACDecProc::sbr_apply) (AACDecContext *ac, ChannelElement *che, int id_aac, void *L, void *R) |
Definition at line 406 of file aacdec.h.
Referenced by decode_usac_core_coder(), and spectral_to_sample().
void(* AACDecProc::sbr_ctx_close) (ChannelElement *che) |
Definition at line 408 of file aacdec.h.
Referenced by che_configure(), and decode_close().