Home | History | Annotate | Download | only in aec

Lines Matching refs:aec

15 #include "webrtc/modules/audio_processing/aec/aec_common.h"
16 #include "webrtc/modules/audio_processing/aec/aec_core.h"
101 int system_delay; // Current system delay buffered in AEC.
141 // Sequence number of this AEC instance, so that different instances can
157 typedef void (*WebRtcAec_FilterFar_t)(AecCore* aec, float yf[2][PART_LEN1]);
159 typedef void (*WebRtcAec_ScaleErrorSignal_t)(AecCore* aec,
162 typedef void (*WebRtcAec_FilterAdaptation_t)(AecCore* aec,
166 typedef void (*WebRtcAec_OverdriveAndSuppress_t)(AecCore* aec,
172 typedef void (*WebRtcAec_ComfortNoise_t)(AecCore* aec,
179 typedef void (*WebRtcAec_SubbandCoherence_t)(AecCore* aec,