Searched refs:y_f32x4 (Results 1 – 1 of 1) sorted by relevance
203 float32x4_t x_f32x4, y_f32x4; in celt_inner_prod_neon() local205 y_f32x4 = vld1q_f32(&y[i]); in celt_inner_prod_neon()206 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()208 y_f32x4 = vld1q_f32(&y[i + 4]); in celt_inner_prod_neon()209 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()214 const float32x4_t y_f32x4 = vld1q_f32(&y[i]); in celt_inner_prod_neon() local215 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()