Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c139 const float32x4_t kThresh = vmovq_n_f32(error_threshold); in ScaleErrorSignalNEON() local
152 const uint32x4_t bigger = vcgtq_f32(absEf, kThresh); in ScaleErrorSignalNEON()
154 const float32x4_t absEfInv = vdivq_f32(kThresh, absEfPlus); in ScaleErrorSignalNEON()
Daec_core_sse2.c90 const __m128 kThresh = extended_filter_enabled in ScaleErrorSignalSSE2() local
108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()
110 const __m128 absEfInv = _mm_div_ps(kThresh, absEfPlus); in ScaleErrorSignalSSE2()