Home
last modified time | relevance | path

Searched defs:aec (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c149 aec_t *aec = malloc(sizeof(aec_t)); in WebRtcAec_CreateAec() local
220 int WebRtcAec_FreeAec(aec_t *aec) in WebRtcAec_FreeAec()
243 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1]) in FilterFar()
264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignal()
311 static void FilterAdaptation(aec_t *aec, float *fft, float ef[2][PART_LEN1]) { in FilterAdaptation()
358 static void OverdriveAndSuppress(aec_t *aec, float hNl[PART_LEN1], in OverdriveAndSuppress()
385 int WebRtcAec_InitAec(aec_t *aec, int sampFreq) in WebRtcAec_InitAec()
529 void WebRtcAec_InitMetrics(aec_t *aec) in WebRtcAec_InitMetrics()
544 void WebRtcAec_BufferFarendPartition(aec_t *aec, const float* farend) { in WebRtcAec_BufferFarendPartition()
568 void WebRtcAec_ProcessFrame(aec_t *aec, in WebRtcAec_ProcessFrame()
[all …]
Daec_core_sse2.c34 static void FilterFarSSE2(aec_t *aec, float yf[2][PART_LEN1]) in FilterFarSSE2()
75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignalSSE2()
131 static void FilterAdaptationSSE2(aec_t *aec, float *fft, float ef[2][PART_LEN1]) { in FilterAdaptationSSE2()
344 static void OverdriveAndSuppressSSE2(aec_t *aec, float hNl[PART_LEN1], in OverdriveAndSuppressSSE2()
Decho_cancellation.c95 aec_t *aec; member
/external/dropbear/libtommath/mtest/
Dmpi.c2631 int aec = (ec < 0) ? -ec : ec; in mp_strerror() local