Searched refs:tmp16_high (Results 1 – 1 of 1) sorted by relevance
673 int16x4_t tmp16_high; in av1_warp_affine_neon() local678 tmp16_high = vshrn_n_s32(tmp32_hi, DIST_PRECISION_BITS); in av1_warp_affine_neon()681 tmp16_high = vshrn_n_s32(tmp32_hi, 1); in av1_warp_affine_neon()683 int16x4_t res_high = vadd_s16(tmp16_high, res_sub_const); in av1_warp_affine_neon()