Home | History | Annotate | Download | only in jni

Lines Matching defs:vget_high_s16

99 vget_high_s16 (int16x8_t __a)
256 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0);
259 int32x4_t vh = vmovl_s16(vget_high_s16(vv));
261 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1);
263 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2);
266 int32x4_t ubh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(uu), 1), vget_high_s16(ud), cf16, 3);
269 int32x4_t rh = vaddl_s16(vget_high_s16(yy), vget_high_s16(vr));
271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc));
273 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub));
304 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0);
307 int32x4_t vh = vmovl_s16(vget_high_s16(vv));
309 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1);
311 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2);
314 int32x4_t ubh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(uu), 1), vget_high_s16(ud), cf16, 3);
317 int32x4_t rh = vaddl_s16(vget_high_s16(yy), vget_high_s16(vr));
319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc));
321 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub));