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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 364 const __m128 vec_if1 = _mm_and_ps( local
366 vec_hNl = _mm_or_ps(vec_if0, vec_if1);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 393 const uint32x4_t vec_if1 = local
396 vec_hNl = vreinterpretq_f32_u32(vorrq_u32(vec_if0, vec_if1));
aec_core_sse2.c 377 const __m128 vec_if1 = _mm_and_ps( local
379 vec_hNl = _mm_or_ps(vec_if0, vec_if1);

Completed in 5759 milliseconds