Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c89 __m128 ef_re = _mm_div_ps(ef_re_base, xPowPlus); in ScaleErrorSignalSSE2() local
91 const __m128 ef_re2 = _mm_mul_ps(ef_re, ef_re); in ScaleErrorSignalSSE2()
98 __m128 ef_re_if = _mm_mul_ps(ef_re, absEfInv); in ScaleErrorSignalSSE2()
102 ef_re = _mm_andnot_ps(bigger, ef_re); in ScaleErrorSignalSSE2()
104 ef_re = _mm_or_ps(ef_re, ef_re_if); in ScaleErrorSignalSSE2()
106 ef_re = _mm_mul_ps(ef_re, kMu); in ScaleErrorSignalSSE2()
109 _mm_storeu_ps(&ef[0][i], ef_re); in ScaleErrorSignalSSE2()
146 const __m128 ef_re = _mm_loadu_ps(&ef[0][j]); in FilterAdaptationSSE2() local
151 const __m128 a = _mm_mul_ps(xfBuf_re, ef_re); in FilterAdaptationSSE2()
154 const __m128 d = _mm_mul_ps(xfBuf_im, ef_re); in FilterAdaptationSSE2()