Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dblend_a64_hmask_neon.c36 uint16x8_t res, res_low, res_high; in aom_blend_a64_hmask_neon() local
54 res_high = vmull_u8(vget_high_u8(m_q), vget_high_u8(tmp0_q)); in aom_blend_a64_hmask_neon()
55 res_high = vmlal_u8(res_high, vget_high_u8(max_minus_m_q), in aom_blend_a64_hmask_neon()
58 vrshrn_n_u16(res_high, AOM_BLEND_A64_ROUND_BITS)); in aom_blend_a64_hmask_neon()
Dblend_a64_vmask_neon.c29 uint16x8_t res, res_low, res_high; in aom_blend_a64_vmask_neon() local
51 res_high = vmull_u8(m, vget_high_u8(tmp0_q)); in aom_blend_a64_vmask_neon()
52 res_high = vmlal_u8(res_high, max_minus_m, vget_high_u8(tmp1_q)); in aom_blend_a64_vmask_neon()
54 vrshrn_n_u16(res_high, AOM_BLEND_A64_ROUND_BITS)); in aom_blend_a64_vmask_neon()
Dwarp_plane_neon.c310 int32x4_t *res_low, int32x4_t *res_high, in vertical_filter_neon() argument
469 *res_high = vcombine_s32(vget_high_s32(c0.val[0]), vget_high_s32(c0.val[1])); in vertical_filter_neon()
683 int16x4_t res_high = vadd_s16(tmp16_high, res_sub_const); in av1_warp_affine_neon() local
684 res_high = vqrshl_s16(res_high, round_bits_vec); in av1_warp_affine_neon()
685 int16x8_t final_res_high = vcombine_s16(res_high, res_high); in av1_warp_affine_neon()