Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht_neon.h63 const int32x4_t x0_lo = vmull_lane_s16(vget_low_s16(x[0]), c, 0); in iadst_half_butterfly_neon() local
69 t0[0] = vaddq_s32(x0_lo, x1_lo); in iadst_half_butterfly_neon()
71 t1[0] = vsubq_s32(x0_lo, x1_lo); in iadst_half_butterfly_neon()
81 const int32x4_t x0_lo = vmull_lane_s16(vget_low_s16(*x0), c, 1); in iadst_half_butterfly_neg_neon() local
87 t0[0] = vaddq_s32(x0_lo, x1_lo); in iadst_half_butterfly_neg_neon()
89 t1[0] = vsubq_s32(x0_lo, x1_lo); in iadst_half_butterfly_neg_neon()
99 const int32x4_t x0_lo = vmull_lane_s16(vget_low_s16(*x0), c, 0); in iadst_half_butterfly_pos_neon() local
105 t0[0] = vaddq_s32(x0_lo, x1_lo); in iadst_half_butterfly_pos_neon()
107 t1[0] = vsubq_s32(x0_lo, x1_lo); in iadst_half_butterfly_pos_neon()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c232 const int32x4_t x0_lo = vmull_lane_s16(vget_low_s16(x[0]), c, 0); in btf_16_half_neon() local
237 t0[0] = vaddq_s32(x0_lo, x1_lo); in btf_16_half_neon()
239 t1[0] = vsubq_s32(x0_lo, x1_lo); in btf_16_half_neon()