Searched refs:t0_lo (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht8x8_add_neon.c | 25 const int64x2_t t0_lo = vmull_lane_s32(vget_low_s32(sum), c, 0); in highbd_iadst_half_butterfly_neon() local 29 const int32x2_t out0_lo = vrshrn_n_s64(t0_lo, DCT_CONST_BITS); in highbd_iadst_half_butterfly_neon() 43 const int64x2_t t0_lo = vmull_lane_s32(vget_low_s32(in0), c, 0); in highbd_iadst_butterfly_lane_0_1_neon() local 48 s0[0] = vmlal_lane_s32(t0_lo, vget_low_s32(in1), c, 1); in highbd_iadst_butterfly_lane_0_1_neon() 59 const int64x2_t t0_lo = vmull_lane_s32(vget_low_s32(in0), c, 1); in highbd_iadst_butterfly_lane_1_0_neon() local 64 s0[0] = vmlal_lane_s32(t0_lo, vget_low_s32(in1), c, 0); in highbd_iadst_butterfly_lane_1_0_neon()
|