HomeSort by relevance Sort by last modified time
    Searched refs:mm_half (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 191 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,
aec_rdft_sse2.c 247 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,
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 249 const __m128 mm_half = _mm_load_ps(k_half); local
257 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31,
339 const __m128 mm_half = _mm_load_ps(k_half); local
348 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31,

Completed in 2623 milliseconds