Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.h128 typedef struct FIR_HP_300Hz FIR_HP_300Hz; typedef
135 class FIR_HP_300Hz {
139 FIR_HP_300Hz() { in FIR_HP_300Hz() function
140 memset(this, 0, sizeof(FIR_HP_300Hz)); in FIR_HP_300Hz()
176 struct FIR_HP_300Hz { struct
180 static FIR_HP_300Hz* FIR_HP_300Hz_init(void) { in FIR_HP_300Hz_init() argument
181 FIR_HP_300Hz *ret = pa_xnew(FIR_HP_300Hz, 1); in FIR_HP_300Hz_init()
182 memset(ret, 0, sizeof(FIR_HP_300Hz)); in FIR_HP_300Hz_init()
186 static REAL FIR_HP_300Hz_highpass(FIR_HP_300Hz *f, REAL in) { in FIR_HP_300Hz_highpass()
300 FIR_HP_300Hz *cutoff; // 150Hz cut-off Highpass