Searched refs:res_low (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | blend_a64_hmask_neon.c | 36 uint16x8_t res, res_low, res_high; in aom_blend_a64_hmask_neon() local 51 res_low = vmull_u8(vget_low_u8(m_q), vget_low_u8(tmp0_q)); in aom_blend_a64_hmask_neon() 52 res_low = in aom_blend_a64_hmask_neon() 53 vmlal_u8(res_low, vget_low_u8(max_minus_m_q), vget_low_u8(tmp1_q)); in aom_blend_a64_hmask_neon() 57 res_q = vcombine_u8(vrshrn_n_u16(res_low, AOM_BLEND_A64_ROUND_BITS), in aom_blend_a64_hmask_neon()
|
D | blend_a64_vmask_neon.c | 29 uint16x8_t res, res_low, res_high; in aom_blend_a64_vmask_neon() local 49 res_low = vmull_u8(m, vget_low_u8(tmp0_q)); in aom_blend_a64_vmask_neon() 50 res_low = vmlal_u8(res_low, max_minus_m, vget_low_u8(tmp1_q)); in aom_blend_a64_vmask_neon() 53 res_q = vcombine_u8(vrshrn_n_u16(res_low, AOM_BLEND_A64_ROUND_BITS), in aom_blend_a64_vmask_neon()
|
D | warp_plane_neon.c | 310 int32x4_t *res_low, int32x4_t *res_high, in vertical_filter_neon() argument 468 *res_low = vcombine_s32(vget_low_s32(c0.val[0]), vget_low_s32(c0.val[1])); in vertical_filter_neon() 652 int16x4_t res_low = vadd_s16(tmp16_low, res_sub_const); in av1_warp_affine_neon() local 653 res_low = vqrshl_s16(res_low, round_bits_vec); in av1_warp_affine_neon() 654 int16x8_t final_res_low = vcombine_s16(res_low, res_low); in av1_warp_affine_neon()
|