Searched refs:gh (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); in UpsampleRgbaLinePairNEON() local 277 gh = vmulq_lane_s32(gh, cf32, 0); in UpsampleRgbaLinePairNEON() 281 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16))); in UpsampleRgbaLinePairNEON() 319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); in UpsampleRgbaLinePairNEON() local 325 gh = vmulq_lane_s32(gh, cf32, 0); in UpsampleRgbaLinePairNEON() 329 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16))); in UpsampleRgbaLinePairNEON()
|