Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c155 uint32x4_t ef_re_if = vreinterpretq_u32_f32(vmulq_f32(ef_re, absEfInv)); in ScaleErrorSignalNEON() local
161 ef_re_if = vandq_u32(bigger, ef_re_if); in ScaleErrorSignalNEON()
163 ef_re_u32 = vorrq_u32(ef_re_u32, ef_re_if); in ScaleErrorSignalNEON()
Daec_core_sse2.c111 __m128 ef_re_if = _mm_mul_ps(ef_re, absEfInv); in ScaleErrorSignalSSE2() local
113 ef_re_if = _mm_and_ps(bigger, ef_re_if); in ScaleErrorSignalSSE2()
117 ef_re = _mm_or_ps(ef_re, ef_re_if); in ScaleErrorSignalSSE2()