Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.h215 typedef struct IIR1 IIR1; typedef
229 struct IIR1 { struct
235 IIR1() {
236 memset(this, 0, sizeof(IIR1));
240 static IIR1* IIR1_init(REAL Fc) { in IIR1_init()
241 IIR1 *i = pa_xnew(IIR1, 1); in IIR1_init()
250 static REAL IIR1_highpass(IIR1 *i, REAL in) { in IIR1_highpass()
302 IIR1 *F
[all...]

Completed in 2 milliseconds