FFmpeg
|
Data Fields | |
const SpeexMode * | mode |
int | modeID |
ID of the decoder mode. More... | |
int | first |
Is first frame More... | |
int | full_frame_size |
Length of full-band frames. More... | |
int | is_wideband |
If wideband is present. More... | |
int | count_lost |
Was the last frame lost? More... | |
int | frame_size |
Length of high-band frames. More... | |
int | subframe_size |
Length of high-band sub-frames. More... | |
int | nb_subframes |
Number of high-band sub-frames. More... | |
int | lpc_size |
Order of high-band LPC analysis. More... | |
float | last_ol_gain |
Open-loop gain for previous frame. More... | |
float * | innov_save |
If non-NULL, innovation is copied here. More... | |
int | last_pitch |
Pitch of last correctly decoded frame. More... | |
float | last_pitch_gain |
Pitch gain of last correctly decoded frame. More... | |
uint32_t | seed |
Seed used for random number generation. More... | |
int | encode_submode |
const SpeexSubmode *const * | submodes |
Sub-mode data. More... | |
int | submodeID |
Activated sub-mode. More... | |
int | lpc_enh_enabled |
1 when LPC enhancer is on, 0 otherwise More... | |
float | voc_m1 |
float | voc_m2 |
float | voc_mean |
int | voc_offset |
int | dtx_enabled |
int | highpass_enabled |
Is the input filter enabled. More... | |
float * | exc |
Start of excitation frame. More... | |
float | mem_hp [2] |
High-pass filter memory. More... | |
float | exc_buf [NB_DEC_BUFFER] |
Excitation buffer. More... | |
float | old_qlsp [NB_ORDER] |
Quantized LSPs for previous frame. More... | |
float | interp_qlpc [NB_ORDER] |
Interpolated quantized LPCs. More... | |
float | mem_sp [NB_ORDER] |
Filter memory for synthesis signal. More... | |
float | g0_mem [QMF_ORDER] |
float | g1_mem [QMF_ORDER] |
float | pi_gain [NB_NB_SUBFRAMES] |
Gain of LPC filter at theta=pi (fe/2) More... | |
float | exc_rms [NB_NB_SUBFRAMES] |
RMS of excitation per subframe. More... | |
Definition at line 178 of file speexdec.c.
const SpeexMode* DecoderState::mode |
Definition at line 179 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::modeID |
ID of the decoder mode.
Definition at line 180 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::first |
Is first frame
Definition at line 181 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
int DecoderState::full_frame_size |
Length of full-band frames.
Definition at line 182 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::is_wideband |
If wideband is present.
Definition at line 183 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
int DecoderState::count_lost |
Was the last frame lost?
Definition at line 184 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
int DecoderState::frame_size |
Length of high-band frames.
Definition at line 185 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::subframe_size |
Length of high-band sub-frames.
Definition at line 186 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::nb_subframes |
Number of high-band sub-frames.
Definition at line 187 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
int DecoderState::lpc_size |
Order of high-band LPC analysis.
Definition at line 188 of file speexdec.c.
Referenced by decoder_init(), and sb_decode().
float DecoderState::last_ol_gain |
Open-loop gain for previous frame.
Definition at line 189 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float* DecoderState::innov_save |
If non-NULL, innovation is copied here.
Definition at line 190 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
int DecoderState::last_pitch |
Pitch of last correctly decoded frame.
Definition at line 193 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float DecoderState::last_pitch_gain |
Pitch gain of last correctly decoded frame.
Definition at line 194 of file speexdec.c.
Referenced by nb_decode().
uint32_t DecoderState::seed |
Seed used for random number generation.
Definition at line 195 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
int DecoderState::encode_submode |
Definition at line 197 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
const SpeexSubmode* const * DecoderState::submodes |
Sub-mode data.
Definition at line 198 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
int DecoderState::submodeID |
Activated sub-mode.
Definition at line 199 of file speexdec.c.
Referenced by decoder_init(), nb_decode(), and sb_decode().
int DecoderState::lpc_enh_enabled |
1 when LPC enhancer is on, 0 otherwise
Definition at line 200 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float DecoderState::voc_m1 |
Definition at line 203 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float DecoderState::voc_m2 |
Definition at line 204 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float DecoderState::voc_mean |
Definition at line 205 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
int DecoderState::voc_offset |
Definition at line 206 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
int DecoderState::dtx_enabled |
Definition at line 208 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
int DecoderState::highpass_enabled |
Is the input filter enabled.
Definition at line 209 of file speexdec.c.
Referenced by decoder_init(), and nb_decode().
float* DecoderState::exc |
float DecoderState::mem_hp[2] |
float DecoderState::exc_buf[NB_DEC_BUFFER] |
Excitation buffer.
Definition at line 213 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().
Quantized LSPs for previous frame.
Definition at line 214 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().
Interpolated quantized LPCs.
Definition at line 215 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().
Filter memory for synthesis signal.
Definition at line 216 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().
Definition at line 217 of file speexdec.c.
Referenced by sb_decode().
Definition at line 218 of file speexdec.c.
Referenced by sb_decode().
float DecoderState::pi_gain[NB_NB_SUBFRAMES] |
Gain of LPC filter at theta=pi (fe/2)
Definition at line 219 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().
float DecoderState::exc_rms[NB_NB_SUBFRAMES] |
RMS of excitation per subframe.
Definition at line 220 of file speexdec.c.
Referenced by nb_decode(), and sb_decode().