FFmpeg
Data Fields
SpeexMode Struct Reference

Data Fields

int modeID
 ID of the mode. More...
 
int(* decode )(AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out)
 
int frame_size
 Size of frames used for decoding. More...
 
int subframe_size
 Size of sub-frames used for decoding. More...
 
int lpc_size
 Order of LPC filter. More...
 
float folding_gain
 Folding gain. More...
 
const SpeexSubmodesubmodes [NB_SUBMODES]
 Sub-mode data for the mode. More...
 
int default_submode
 Default sub-mode to use when decoding. More...
 

Detailed Description

Definition at line 169 of file speexdec.c.

Field Documentation

◆ modeID

int SpeexMode::modeID

ID of the mode.

Definition at line 170 of file speexdec.c.

◆ decode

int(* SpeexMode::decode) (AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out)

Definition at line 171 of file speexdec.c.

Referenced by sb_decode(), and speex_decode_frame().

◆ frame_size

int SpeexMode::frame_size

Size of frames used for decoding.

Definition at line 172 of file speexdec.c.

◆ subframe_size

int SpeexMode::subframe_size

Size of sub-frames used for decoding.

Definition at line 173 of file speexdec.c.

◆ lpc_size

int SpeexMode::lpc_size

Order of LPC filter.

Definition at line 174 of file speexdec.c.

◆ folding_gain

float SpeexMode::folding_gain

Folding gain.

Definition at line 175 of file speexdec.c.

◆ submodes

const SpeexSubmode* SpeexMode::submodes[NB_SUBMODES]

Sub-mode data for the mode.

Definition at line 176 of file speexdec.c.

◆ default_submode

int SpeexMode::default_submode

Default sub-mode to use when decoding.

Definition at line 177 of file speexdec.c.


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