Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c78 const __m128 kThresh = _mm_set1_ps(aec->errThresh); in ScaleErrorSignalSSE2() local
95 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()
97 const __m128 absEfInv = _mm_div_ps(kThresh, absEfPlus); in ScaleErrorSignalSSE2()