|
Classes |
struct | ltp_params |
Typedefs |
typedef ltp_params | ltp_params |
Functions |
void | open_loop_nbest_pitch (float *sw, int start, int end, int len, int *pitch, float *gain, int N, char *stack) |
int | pitch_search_3tap (float target[], float *sw, float ak[], float awk1[], float awk2[], float exc[], void *par, int start, int end, float pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, float *exc2, float *r, int complexity) |
void | pitch_unquant_3tap (float exc[], int start, int end, float pitch_coef, void *par, int nsf, int *pitch_val, float *gain_val, SpeexBits *bits, char *stack, int lost, int subframe_offset, float last_pitch_gain) |
float | pitch_gain_search_3tap (float target[], float ak[], float awk1[], float awk2[], float exc[], void *par, int pitch, int p, int nsf, SpeexBits *bits, char *stack, float *exc2, float *r, int *cdbk_index) |
int | forced_pitch_quant (float target[], float *sw, float ak[], float awk1[], float awk2[], float exc[], void *par, int start, int end, float pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, float *exc2, float *r, int complexity) |
void | forced_pitch_unquant (float exc[], int start, int end, float pitch_coef, void *par, int nsf, int *pitch_val, float *gain_val, SpeexBits *bits, char *stack, int lost, int subframe_offset, float last_pitch_gain) |
int forced_pitch_quant |
( |
float |
target[], |
|
|
float * |
sw, |
|
|
float |
ak[], |
|
|
float |
awk1[], |
|
|
float |
awk2[], |
|
|
float |
exc[], |
|
|
void * |
par, |
|
|
int |
start, |
|
|
int |
end, |
|
|
float |
pitch_coef, |
|
|
int |
p, |
|
|
int |
nsf, |
|
|
SpeexBits * |
bits, |
|
|
char * |
stack, |
|
|
float * |
exc2, |
|
|
float * |
r, |
|
|
int |
complexity |
|
) |
|
|
int pitch_search_3tap |
( |
float |
target[], |
|
|
float * |
sw, |
|
|
float |
ak[], |
|
|
float |
awk1[], |
|
|
float |
awk2[], |
|
|
float |
exc[], |
|
|
void * |
par, |
|
|
int |
start, |
|
|
int |
end, |
|
|
float |
pitch_coef, |
|
|
int |
p, |
|
|
int |
nsf, |
|
|
SpeexBits * |
bits, |
|
|
char * |
stack, |
|
|
float * |
exc2, |
|
|
float * |
r, |
|
|
int |
complexity |
|
) |
|
|