Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c1215 int16_t *rp_beg, *rp_end; in xcorr_coeff() local
1232 rp_beg = regressor; in xcorr_coeff()
1236 rp_beg = &regressor[-1]; in xcorr_coeff()
1306 energy += (unsigned)step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts); in xcorr_coeff()
1308 rp_beg += step; in xcorr_coeff()