Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c1217 int16_t *rp_beg, *rp_end; in xcorr_coeff() local
1234 rp_beg = regressor; in xcorr_coeff()
1238 rp_beg = &regressor[-1]; in xcorr_coeff()
1308 energy += (unsigned)step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts); in xcorr_coeff()
1310 rp_beg += step; in xcorr_coeff()

Completed in 3 milliseconds