Searched refs:vec_xfw1 (Results 1 – 2 of 2) sorted by relevance
531 const float32x4_t vec_xfw1 = vld1q_f32(&xfw[1][i]); in SmoothedPSD() local541 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()
512 const __m128 vec_xfw1 = _mm_loadu_ps(&xfw[1][i]); in SmoothedPSD() local521 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()