Home
last modified time | relevance | path

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

/external/libopus/celt/arm/
Dpitch_neon_intr.c199 float32x4_t xy_f32x4 = vdupq_n_f32(0); in celt_inner_prod_neon() local
206 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()
209 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()
215 xy_f32x4 = vmlaq_f32(xy_f32x4, x_f32x4, y_f32x4); in celt_inner_prod_neon()
219 xy_f32x2 = vadd_f32(vget_low_f32(xy_f32x4), vget_high_f32(xy_f32x4)); in celt_inner_prod_neon()