FFmpeg
Data Fields
AACDecProc Struct Reference

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)
 

Detailed Description

Decode-specific primitives.

Definition at line 206 of file aacdec.h.

Field Documentation

◆ decode_spectrum_and_dequant

int(* AACDecProc::decode_spectrum_and_dequant) (AACDecContext *ac, GetBitContext *gb, const Pulse *pulse, SingleChannelElement *sce)

Definition at line 207 of file aacdec.h.

Referenced by ff_aac_decode_ics().

◆ decode_cce

int(* AACDecProc::decode_cce) (AACDecContext *ac, GetBitContext *gb, ChannelElement *che)

Definition at line 212 of file aacdec.h.

Referenced by aac_decode_frame_int().

◆ sbr_ctx_alloc_init

int(* AACDecProc::sbr_ctx_alloc_init) (AACDecContext *ac, ChannelElement **che, int id_aac)

Definition at line 214 of file aacdec.h.

Referenced by che_configure().

◆ sbr_decode_extension

int(* AACDecProc::sbr_decode_extension) (AACDecContext *ac, ChannelElement *che, GetBitContext *gb, int crc, int cnt, int id_aac)

Definition at line 215 of file aacdec.h.

Referenced by decode_extension_payload().

◆ sbr_apply

void(* AACDecProc::sbr_apply) (AACDecContext *ac, ChannelElement *che, int id_aac, void *L, void *R)

Definition at line 217 of file aacdec.h.

Referenced by spectral_to_sample().

◆ sbr_ctx_close

void(* AACDecProc::sbr_ctx_close) (ChannelElement *che)

Definition at line 219 of file aacdec.h.

Referenced by che_configure(), and decode_close().


The documentation for this struct was generated from the following file: