Home
last modified time | relevance | path

Searched refs:vec_xfw1 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c531 const float32x4_t vec_xfw1 = vld1q_f32(&xfw[1][i]); in SmoothedPSD() local
541 vec_xfw_sumsq = vmlaq_f32(vec_xfw_sumsq, vec_xfw1, vec_xfw1); in SmoothedPSD()
567 float32x4_t vec_dfwxfw0110 = vmulq_f32(vec_dfw0, vec_xfw1); in SmoothedPSD()
570 vec_dfwxfw0011 = vmlaq_f32(vec_dfwxfw0011, vec_dfw1, vec_xfw1); in SmoothedPSD()
Daec_core_sse2.c512 const __m128 vec_xfw1 = _mm_loadu_ps(&xfw[1][i]); in SmoothedPSD() local
521 vec_xfw_sumsq = _mm_add_ps(vec_xfw_sumsq, _mm_mul_ps(vec_xfw1, vec_xfw1)); in SmoothedPSD()
559 __m128 vec_dfwxfw0110 = _mm_mul_ps(vec_dfw0, vec_xfw1); in SmoothedPSD()
563 _mm_mul_ps(vec_dfw1, vec_xfw1)); in SmoothedPSD()