Home
last modified time | relevance | path

Searched refs:normal_error_threshold (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h108 float normal_error_threshold; // error threshold member
185 float normal_error_threshold,
Daec_core.c187 float normal_error_threshold, in ScaleErrorSignal() argument
193 : normal_error_threshold; in ScaleErrorSignal()
929 float normal_error_threshold, in EchoSubtraction() argument
988 normal_error_threshold, in EchoSubtraction()
1394 aec->normal_error_threshold, in ProcessBlock()
1571 aec->normal_error_threshold = 2e-6f; in WebRtcAec_InitAec()
1575 aec->normal_error_threshold = 1.5e-6f; in WebRtcAec_InitAec()
Daec_core_mips.c715 float normal_error_threshold, in WebRtcAec_ScaleErrorSignal_mips() argument
721 : normal_error_threshold; in WebRtcAec_ScaleErrorSignal_mips()
Daec_core_sse2.c84 float normal_error_threshold, in ScaleErrorSignalSSE2() argument
92 : _mm_set1_ps(normal_error_threshold); in ScaleErrorSignalSSE2()
131 : normal_error_threshold; in ScaleErrorSignalSSE2()
Daec_core_neon.c131 float normal_error_threshold, in ScaleErrorSignalNEON() argument
136 kExtendedErrorThreshold : normal_error_threshold; in ScaleErrorSignalNEON()