Searched refs:vget_high_s16 (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 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() [all …]
|
/ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/ |
D | idct_dequant_full_2x_neon.c | 76 dHigh0 = vget_high_s16(q2); in idct_dequant_full_2x_neon() 78 dHigh1 = vget_high_s16(q4); in idct_dequant_full_2x_neon() 83 dHigh0 = vget_high_s16(q3); in idct_dequant_full_2x_neon() 85 dHigh1 = vget_high_s16(q5); in idct_dequant_full_2x_neon()
|