Home | History | Annotate | Download | only in jni

Lines Matching defs:vv

252                         int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128));
254 int16x8_t vd = vshlq_n_s16(vv, 1);
255 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0);
256 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0);
258 int32x4_t vl = vmovl_s16(vget_low_s16(vv));
259 int32x4_t vh = vmovl_s16(vget_high_s16(vv));
262 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2);
263 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2);
300 int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128));
302 int16x8_t vd = vshlq_n_s16(vv, 1);
303 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0);
304 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0);
306 int32x4_t vl = vmovl_s16(vget_low_s16(vv));
307 int32x4_t vh = vmovl_s16(vget_high_s16(vv));
310 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2);
311 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2);