Searched refs:vec_sdSum_total (Results 1 – 1 of 1) sorted by relevance
581 float32x2_t vec_sdSum_total; in SmoothedPSD() local584 vec_sdSum_total = vpadd_f32(vget_low_f32(vec_sdSum), in SmoothedPSD()589 vec_sdSum_total = vpadd_f32(vec_sdSum_total, vec_sdSum_total); in SmoothedPSD()592 sdSum = vget_lane_f32(vec_sdSum_total, 0); in SmoothedPSD()