Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c143 const float32x4_t x_pow_local = vld1q_f32(&x_pow[i]); in ScaleErrorSignalNEON() local
146 const float32x4_t xPowPlus = vaddq_f32(x_pow_local, k1e_10f); in ScaleErrorSignalNEON()
Daec_core_sse2.c97 const __m128 x_pow_local = _mm_loadu_ps(&x_pow[i]); in ScaleErrorSignalSSE2() local
101 const __m128 xPowPlus = _mm_add_ps(x_pow_local, k1e_10f); in ScaleErrorSignalSSE2()