Searched refs:xPowPlus (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c88 const __m128 xPowPlus = _mm_add_ps(xPow, k1e_10f); local
89 __m128 ef_re = _mm_div_ps(ef_re_base, xPowPlus);
90 __m128 ef_im = _mm_div_ps(ef_im_base, xPowPlus);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c135 const float32x4_t xPowPlus = vaddq_f32(xPow, k1e_10f); local
136 float32x4_t ef_re = vdivq_f32(ef_re_base, xPowPlus);
137 float32x4_t ef_im = vdivq_f32(ef_im_base, xPowPlus);
H A Daec_core_sse2.c92 const __m128 xPowPlus = _mm_add_ps(xPow, k1e_10f); local
93 __m128 ef_re = _mm_div_ps(ef_re_base, xPowPlus);
94 __m128 ef_im = _mm_div_ps(ef_im_base, xPowPlus);

Completed in 111 milliseconds