Searched refs:vget_low_s16 (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 104 vget_low_s16 (int16x8_t __a) in vget_low_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() 258 int32x4_t vl = vmovl_s16(vget_low_s16(vv)); in UpsampleRgbaLinePairNEON() 260 int32x4_t ugl = vmlal_lane_s16(vl, vget_low_s16(uu), cf16, 1); in UpsampleRgbaLinePairNEON() 262 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2); 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() 268 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); in UpsampleRgbaLinePairNEON() 270 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); in UpsampleRgbaLinePairNEON() 272 int32x4_t bl = vaddl_s16(vget_low_s16(yy), vget_low_s16(ub)); 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() [all …]
|
/ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/ |
D | idct_dequant_full_2x_neon.c | 75 dLow0 = vget_low_s16(q2); in idct_dequant_full_2x_neon() 77 dLow1 = vget_low_s16(q4); in idct_dequant_full_2x_neon() 82 dLow0 = vget_low_s16(q3); in idct_dequant_full_2x_neon() 84 dLow1 = vget_low_s16(q5); in idct_dequant_full_2x_neon()
|