Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c581 float32x2_t vec_sdSum_total; in SmoothedPSD() local
584 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()