Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c904 static int32_t scale_dot_product(const int16_t *v1, const int16_t *v2, int length, int scaling) in scale_dot_product() function
921 *corr = scale_dot_product(&buffer[blen - srange], w16ptr, srange, scale); in correlation()
922 *ener = scale_dot_product(w16ptr, w16ptr, srange, scale); in correlation()
1059 tmp2W32 = scale_dot_product(&s->prevResidual[s->block_samples - corrLen], &s->prevResidual[s->block_samples - corrLen], corrLen, scale3); in do_plc()
1253 energy = scale_dot_product(regressor, regressor, subl, shifts); in xcorr_coeff()
1259 cross_corr = scale_dot_product(tp, rp, subl, shifts); in xcorr_coeff()

Completed in 3 milliseconds