FFmpeg
|
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 SpeexSubmode * | submodes [NB_SUBMODES] |
Sub-mode data for the mode. More... | |
int | default_submode |
Default sub-mode to use when decoding. More... | |
Definition at line 167 of file speexdec.c.
int SpeexMode::modeID |
ID of the mode.
Definition at line 168 of file speexdec.c.
int(* SpeexMode::decode) (AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out) |
Definition at line 169 of file speexdec.c.
Referenced by sb_decode(), and speex_decode_frame().
int SpeexMode::frame_size |
Size of frames used for decoding.
Definition at line 170 of file speexdec.c.
int SpeexMode::subframe_size |
Size of sub-frames used for decoding.
Definition at line 171 of file speexdec.c.
int SpeexMode::lpc_size |
Order of LPC filter.
Definition at line 172 of file speexdec.c.
float SpeexMode::folding_gain |
Folding gain.
Definition at line 173 of file speexdec.c.
const SpeexSubmode* SpeexMode::submodes[NB_SUBMODES] |
Sub-mode data for the mode.
Definition at line 174 of file speexdec.c.
int SpeexMode::default_submode |
Default sub-mode to use when decoding.
Definition at line 175 of file speexdec.c.