Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h40 static const float kExtendedErrorThreshold = 1.0e-6f; variable
Daec_core_mips.c720 ? kExtendedErrorThreshold in WebRtcAec_ScaleErrorSignal_mips()
Daec_core_sse2.c91 ? _mm_set1_ps(kExtendedErrorThreshold) in ScaleErrorSignalSSE2()
130 ? kExtendedErrorThreshold in ScaleErrorSignalSSE2()
Daec_core_neon.c136 kExtendedErrorThreshold : normal_error_threshold; in ScaleErrorSignalNEON()
Daec_core.c192 ? kExtendedErrorThreshold in ScaleErrorSignal()