Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.c80 a->dfast = a->dslow = M75dB_PCM; in AEC_init()
122 // (dfast / xfast) / (dslow / xslow) is used to compute the stepsize
134 a->dslow += ALPHASLOW * (fabsf(d) - a->dslow); in AEC_dtd()
146 ratio = (a->dfast * a->xslow) / (a->dslow * a->xfast); in AEC_dtd()
H A Dadrian-aec.h306 REAL dslow, xslow; member

Completed in 3 milliseconds