Searched refs:XX_2 (Results 1 - 1 of 1) sorted by relevance

/external/libopus/celt/arm/
H A Dcelt_neon_intr.c110 float32x2_t XX_2; local
183 XX_2 = vld1_dup_f32(xi++);
184 SUMM = vmlaq_lane_f32(SUMM, YY[0], XX_2, 0);
188 XX_2 = vld1_dup_f32(xi);
189 SUMM = vmlaq_lane_f32(SUMM, YY[0], XX_2, 0);

Completed in 96 milliseconds