Searched refs:mm_half (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_rdft_neon.c191 const float32x4_t mm_half = vdupq_n_f32(0.5f); local
199 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31,
270 const float32x4_t mm_half = vdupq_n_f32(0.5f); local
279 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31,
H A Daec_rdft_sse2.c247 const __m128 mm_half = _mm_load_ps(k_half); local
255 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31,
337 const __m128 mm_half = _mm_load_ps(k_half); local
346 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31,

Completed in 558 milliseconds