Searched refs:SUMM_2 (Results 1 – 1 of 1) sorted by relevance
206 float32x2_t SUMM_2[2]; in xcorr_kernel_neon_float_process1() local267 SUMM_2[0] = vget_low_f32(SUMM); in xcorr_kernel_neon_float_process1()274 SUMM_2[0] = vmla_f32(SUMM_2[0], YY_2, XX_2); in xcorr_kernel_neon_float_process1()277 SUMM_2[1] = vget_high_f32(SUMM); in xcorr_kernel_neon_float_process1()278 SUMM_2[0] = vadd_f32(SUMM_2[0], SUMM_2[1]); in xcorr_kernel_neon_float_process1()279 SUMM_2[0] = vpadd_f32(SUMM_2[0], SUMM_2[0]); in xcorr_kernel_neon_float_process1()286 SUMM_2[0] = vmla_f32(SUMM_2[0], XX_2, YY_2); in xcorr_kernel_neon_float_process1()289 vst1_lane_f32(sum, SUMM_2[0], 0); in xcorr_kernel_neon_float_process1()