Searched refs:pitch_coef (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 282 float pitch_coef, const void *par, int nsf, in forced_pitch_unquant() 286 av_assert0(!isnan(pitch_coef)); in forced_pitch_unquant() 287 pitch_coef = fminf(pitch_coef, .99f); in forced_pitch_unquant() 289 exc_out[i] = exc[i - start] * pitch_coef; in forced_pitch_unquant() 294 gain_val[1] = pitch_coef; in forced_pitch_unquant() 353 pitch_unquant_3tap(float *exc, float *exc_out, int start, int end, float pitch_coef, in pitch_unquant_3tap() argument 281 forced_pitch_unquant(float *exc, float *exc_out, int start, int end, float pitch_coef, const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) forced_pitch_unquant() argument
|
Completed in 4 milliseconds