Home
last modified time | relevance | path

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

/ndk/tests/build/b9193874-neon/jni/
Db9193874-neon.c74 vshll_n_s16 (int16x4_t __a, const int __b) in vshll_n_s16() function
255 … int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0); in UpsampleRgbaLinePairNEON()
256 … int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0); in UpsampleRgbaLinePairNEON()
265 … int32x4_t ubl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), vget_low_s16(ud), cf16, 3); 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()
303 … int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0); 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()
313 … int32x4_t ubl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), vget_low_s16(ud), cf16, 3); 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()