Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.h314 double dotp_xf_xf; // double to avoid loss of precision member
368 a->dotp_xf_xf -= a->delta; // subtract old delta in AEC_setambient()
370 a->dotp_xf_xf += a->delta; // add new delta in AEC_setambient()
Dadrian-aec.c204 …a->dotp_xf_xf += (a->xf[a->j] * a->xf[a->j] - a->xf[a->j + NLMS_LEN - 1] * a->xf[a->j + NLMS_LEN -… in AEC_nlms_pw()
208 REAL mikro_ef = stepsize * ef / a->dotp_xf_xf; in AEC_nlms_pw()