Searched refs:mm_half (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 191 const float32x4_t mm_half = vdupq_n_f32(0.5f); in rftfsub_128_neon() local 199 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31, in rftfsub_128_neon() 270 const float32x4_t mm_half = vdupq_n_f32(0.5f); in rftbsub_128_neon() local 279 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31, in rftbsub_128_neon()
|
D | aec_rdft_sse2.c | 247 const __m128 mm_half = _mm_load_ps(k_half); in rftfsub_128_SSE2() local 255 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31, in rftfsub_128_SSE2() 337 const __m128 mm_half = _mm_load_ps(k_half); in rftbsub_128_SSE2() local 346 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31, in rftbsub_128_SSE2()
|