Searched refs:cohxd (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 414 float* cohxd, in SubbandCoherence() argument 425 cohxd[i] = in SubbandCoherence() 1015 float cohde[PART_LEN1], cohxd[PART_LEN1]; in EchoSuppression() local 1070 WebRtcAec_SubbandCoherence(aec, efw, dfw, xfw, fft, cohde, cohxd, in EchoSuppression() 1081 hNlXdAvg += cohxd[i]; in EchoSuppression() 1112 hNl[i] = 1 - cohxd[i]; in EchoSuppression() 1127 hNl[i] = WEBRTC_SPL_MIN(cohde[i], 1 - cohxd[i]); in EchoSuppression()
|
D | aec_core_internal.h | 215 float* cohxd,
|
D | aec_core_neon.c | 681 float* cohxd, in SubbandCoherenceNEON() argument 707 vst1q_f32(&cohxd[i], vec_cohxd); in SubbandCoherenceNEON() 715 cohxd[i] = in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 667 float* cohxd, in SubbandCoherenceSSE2() argument 704 _mm_storeu_ps(&cohxd[i], vec_cohxd); in SubbandCoherenceSSE2() 712 cohxd[i] = in SubbandCoherenceSSE2()
|