Searched refs:xslow (Results 1 – 2 of 2) sorted by relevance
81 a->xfast = a->xslow = M80dB_PCM; in AEC_init()135 a->xslow += ALPHASLOW * (fabsf(x) - a->xslow); in AEC_dtd()146 ratio = (a->dfast * a->xslow) / (a->dslow * a->xfast); in AEC_dtd()
306 REAL dslow, xslow; member