Home
last modified time | relevance | path

Searched refs:autocorr_max (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c349 static int autocorr_max(const int16_t *buf, int offset, int *ccr_max, in autocorr_max() function
447 int fwd_lag = autocorr_max(buf, offset, &energy[1], pitch_lag, in comp_ppf_coeff()
449 int back_lag = autocorr_max(buf, offset, &energy[3], pitch_lag, in comp_ppf_coeff()
529 index = autocorr_max(buf, offset, &ccr, pitch_lag, SUBFRAME_LEN * 2, -1); in comp_interp_index()