Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c478 float32x2_t vec_total; in PartitionDelayNEON() local
480 vec_total = vpadd_f32(vget_low_f32(vec_wfEn), vget_high_f32(vec_wfEn)); in PartitionDelayNEON()
482 vec_total = vpadd_f32(vec_total, vec_total); in PartitionDelayNEON()
484 wfEn = vget_lane_f32(vec_total, 0); in PartitionDelayNEON()