Searched refs:vec_xfw0 (Results 1 – 2 of 2) sorted by relevance
530 const float32x4_t vec_xfw0 = vld1q_f32(&xfw[0][i]); in SmoothedPSD() local537 float32x4_t vec_xfw_sumsq = vmulq_f32(vec_xfw0, vec_xfw0); in SmoothedPSD()566 float32x4_t vec_dfwxfw0011 = vmulq_f32(vec_dfw0, vec_xfw0); in SmoothedPSD()571 vec_dfwxfw0110 = vmlsq_f32(vec_dfwxfw0110, vec_dfw1, vec_xfw0); in SmoothedPSD()
511 const __m128 vec_xfw0 = _mm_loadu_ps(&xfw[0][i]); in SmoothedPSD() local518 __m128 vec_xfw_sumsq = _mm_mul_ps(vec_xfw0, vec_xfw0); in SmoothedPSD()558 __m128 vec_dfwxfw0011 = _mm_mul_ps(vec_dfw0, vec_xfw0); in SmoothedPSD()565 _mm_mul_ps(vec_dfw1, vec_xfw0)); in SmoothedPSD()