Lines Matching refs:vget_high_s16

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