Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.c193 a->xf[a->j] = IIR1_highpass(a->Fx, x_); // pre-whitening of x in AEC_nlms_pw()
201 ef = IIR1_highpass(a->Fe, e); // pre-whitening of e in AEC_nlms_pw()
Dadrian-aec.h250 static REAL IIR1_highpass(IIR1 *i, REAL in) { in IIR1_highpass() function