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)
 

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().


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