Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Daec_core_internal.h110 float normal_error_threshold; // error threshold member
Daec_core_sse2.c83 : _mm_set1_ps(aec->normal_error_threshold); in ScaleErrorSignalSSE2()
122 : aec->normal_error_threshold; in ScaleErrorSignalSSE2()
Daec_core_mips.c705 : aec->normal_error_threshold; in WebRtcAec_ScaleErrorSignal_mips()
Daec_core.c299 : aec->normal_error_threshold; in ScaleErrorSignal()
431 aec->normal_error_threshold = 2e-6f; in WebRtcAec_InitAec()
434 aec->normal_error_threshold = 1.5e-6f; in WebRtcAec_InitAec()