Lines Matching defs:AEC
62 /* The following values are for hardware AEC and studio quality
99 * small value (M12dB) is good for Double-Talk AEC */
295 typedef struct AEC AEC;
297 struct AEC {
339 static float AEC_dtd(AEC *a, REAL d, REAL x);
341 static void AEC_leaky(AEC *a);
352 static REAL AEC_nlms_pw(AEC *a, REAL d, REAL x_, float stepsize);
354 AEC* AEC_init(int RATE, int have_vector);
355 void AEC_done(AEC *a);
362 int AEC_doAEC(AEC *a, int d_, int x_);
364 PA_GCC_UNUSED static float AEC_getambient(AEC *a) {
367 static void AEC_setambient(AEC *a, float Min_xf) {
372 PA_GCC_UNUSED static void AEC_setgain(AEC *a, float gain_) {
376 void AEC_openwdisplay(AEC *a);
378 PA_GCC_UNUSED static void AEC_setaes(AEC *a, float aes_y2_) {