Searched refs:vec_sdSum (Results 1 – 2 of 2) sorted by relevance
522 float32x4_t vec_sdSum = vdupq_n_f32(0.0f); in SmoothedPSD() local577 vec_sdSum = vaddq_f32(vec_sdSum, vec_sd); in SmoothedPSD()584 vec_sdSum_total = vpadd_f32(vget_low_f32(vec_sdSum), in SmoothedPSD()585 vget_high_f32(vec_sdSum)); in SmoothedPSD()
503 __m128 vec_sdSum = _mm_set1_ps(0.0f); in SmoothedPSD() local572 vec_sdSum = _mm_add_ps(vec_sdSum, vec_sd); in SmoothedPSD()576 _mm_add_ps_4x1(vec_sdSum, &sdSum); in SmoothedPSD()