Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c582 float32x2_t vec_seSum_total; in SmoothedPSD() local
586 vec_seSum_total = vpadd_f32(vget_low_f32(vec_seSum), in SmoothedPSD()
590 vec_seSum_total = vpadd_f32(vec_seSum_total, vec_seSum_total); in SmoothedPSD()
593 seSum = vget_lane_f32(vec_seSum_total, 0); in SmoothedPSD()