Home
last modified time | relevance | path

Searched refs:exc_out (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c281 static void forced_pitch_unquant(float *exc, float *exc_out, int start, int end, in forced_pitch_unquant() argument
289 exc_out[i] = exc[i - start] * pitch_coef; in forced_pitch_unquant()
290 exc[i] = exc_out[i]; 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
391 SPEEX_MEMSET(exc_out, 0, nsf); in pitch_unquant_3tap()
400 exc_out[j] += gain[2 - i] * exc[j - pp]; in pitch_unquant_3tap()
405 exc_out[j] += gain[2 - i] * exc[j - pp - pitch]; in pitch_unquant_3tap()

Completed in 4 milliseconds