#include <nb_celp.h>
Public Attributes | |
| SpeexMode * | mode |
| int | first |
| int | count_lost |
| int | frameSize |
| int | subframeSize |
| int | nbSubframes |
| int | windowSize |
| int | lpcSize |
| int | bufSize |
| int | min_pitch |
| int | max_pitch |
| int | sampling_rate |
| float | last_ol_gain |
| float | gamma1 |
| float | gamma2 |
| float | preemph |
| float | pre_mem |
| char * | stack |
| float * | inBuf |
| float * | frame |
| float * | excBuf |
| float * | exc |
| float * | innov |
| float * | qlsp |
| float * | old_qlsp |
| float * | interp_qlsp |
| float * | interp_qlpc |
| float * | mem_sp |
| float * | pi_gain |
| int | last_pitch |
| float | last_pitch_gain |
| float | pitch_gain_buf [3] |
| int | pitch_gain_buf_idx |
| SpeexSubmode ** | submodes |
| int | submodeID |
| int | lpc_enh_enabled |
| CombFilterMem * | comb_mem |
| SpeexCallback | speex_callbacks [SPEEX_MAX_CALLBACKS] |
| SpeexCallback | user_callback |
| float | voc_m1 |
| float | voc_m2 |
| float | voc_mean |
| int | voc_offset |
| int | dtx_enabled |
|
|
Buffer size |
|
|
|
|
|
Was the last frame lost? |
|
|
|
|
|
Start of excitation frame |
|
|
Excitation buffer |
|
|
Is this the first frame? |
|
|
Start of original frame |
|
|
Size of frames |
|
|
Perceptual filter: A(z/gamma1) |
|
|
Perceptual filter: A(z/gamma2) |
|
|
Input buffer (original signal) |
|
|
Innovation for the frame |
|
|
Interpolated quantized LPCs |
|
|
Interpolated quantized LSPs |
|
|
Open-loop gain for previous frame |
|
|
Pitch of last correctly decoded frame |
|
|
Pitch gain of last correctly decoded frame |
|
|
1 when LPC enhancer is on, 0 otherwise |
|
|
LPC order |
|
|
Maximum pitch value allowed |
|
|
Filter memory for synthesis signal |
|
|
Minimum pitch value allowed |
|
|
Mode corresponding to the state |
|
|
Number of sub-frames |
|
|
Quantized LSPs for previous frame |
|
|
Gain of LPC filter at theta=pi (fe/2) |
|
|
Pitch gain of last decoded frames |
|
|
Tail of the buffer |
|
|
1-element memory for pre-emphasis |
|
|
Pre-emphasis: P(z) = 1 - a*z^-1 |
|
|
Quantized LSPs for current frame |
|
|
|
|
|
|
|
|
Pseudo-stack allocation for temporary memory |
|
|
Size of sub-frames |
|
|
Activated sub-mode |
|
|
Sub-mode data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Analysis (LPC) window length |
1.2.15