Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c414 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()
Daec_core_internal.h215 float* cohxd,
Daec_core_neon.c681 float* cohxd, in SubbandCoherenceNEON() argument
707 vst1q_f32(&cohxd[i], vec_cohxd); in SubbandCoherenceNEON()
715 cohxd[i] = in SubbandCoherenceNEON()
Daec_core_sse2.c667 float* cohxd, in SubbandCoherenceSSE2() argument
704 _mm_storeu_ps(&cohxd[i], vec_cohxd); in SubbandCoherenceSSE2()
712 cohxd[i] = in SubbandCoherenceSSE2()