Searched refs:cohde (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 413 float* cohde, in SubbandCoherence() argument 422 cohde[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() 1088 hNlDeAvg += cohde[i]; in EchoSuppression() 1107 memcpy(hNl, cohde, sizeof(hNl)); in EchoSuppression() 1121 memcpy(hNl, cohde, sizeof(hNl)); in EchoSuppression() 1127 hNl[i] = WEBRTC_SPL_MIN(cohde[i], 1 - cohxd[i]); in EchoSuppression()
|
D | aec_core_internal.h | 214 float* cohde,
|
D | aec_core_neon.c | 680 float* cohde, in SubbandCoherenceNEON() argument 706 vst1q_f32(&cohde[i], vec_cohde); in SubbandCoherenceNEON() 712 cohde[i] = in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 666 float* cohde, in SubbandCoherenceSSE2() argument 703 _mm_storeu_ps(&cohde[i], vec_cohde); in SubbandCoherenceSSE2() 709 cohde[i] = in SubbandCoherenceSSE2()
|