Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.c81 a->xfast = a->xslow = M80dB_PCM; in AEC_init()
122 // (dfast / xfast) / (dslow / xslow) is used to compute the stepsize
135 a->xslow += ALPHASLOW * (fabsf(x) - a->xslow); 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 2 milliseconds