Home
last modified time | relevance | path

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

/external/libopus/celt/arm/
Dpitch_neon_intr.c203 float32x4_t x_f32x4, y_f32x4; in celt_inner_prod_neon() local
205 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() local
215 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()