Searched refs:vec_hNlFb (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c348 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); local
357 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb);
359 vec_weightCurve, vec_hNlFb);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c373 const float32x4_t vec_hNlFb = vmovq_n_f32(hNlFb); local
383 const uint32x4_t bigger = vcgtq_f32(vec_hNl, vec_hNlFb);
385 vec_hNlFb);
H A Daec_core_sse2.c362 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); local
371 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb);
372 const __m128 vec_weightCurve_hNlFb = _mm_mul_ps(vec_weightCurve, vec_hNlFb);

Completed in 166 milliseconds