Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c902 static int32_t scale_dot_product(const int16_t *v1, const int16_t *v2, int length, int scaling) in scale_dot_product() function
919 *corr = scale_dot_product(&buffer[blen - srange], w16ptr, srange, scale); in correlation()
920 *ener = scale_dot_product(w16ptr, w16ptr, srange, scale); in correlation()
1057 …tmp2W32 = scale_dot_product(&s->prevResidual[s->block_samples - corrLen], &s->prevResidual[s->bloc… in do_plc()
1251 energy = scale_dot_product(regressor, regressor, subl, shifts); in xcorr_coeff()
1257 cross_corr = scale_dot_product(tp, rp, subl, shifts); in xcorr_coeff()