Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht8x8_add_neon.c28 const int64x2_t t1_hi = vmull_lane_s32(vget_high_s32(sub), c, 0); in highbd_iadst_half_butterfly_neon() local
32 const int32x2_t out1_hi = vrshrn_n_s64(t1_hi, DCT_CONST_BITS); in highbd_iadst_half_butterfly_neon()
46 const int64x2_t t1_hi = vmull_lane_s32(vget_high_s32(in0), c, 1); in highbd_iadst_butterfly_lane_0_1_neon() local
51 s1[1] = vmlsl_lane_s32(t1_hi, vget_high_s32(in1), c, 0); in highbd_iadst_butterfly_lane_0_1_neon()
62 const int64x2_t t1_hi = vmull_lane_s32(vget_high_s32(in0), c, 0); in highbd_iadst_butterfly_lane_1_0_neon() local
67 s1[1] = vmlsl_lane_s32(t1_hi, vget_high_s32(in1), c, 1); in highbd_iadst_butterfly_lane_1_0_neon()