Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht_neon.h65 const int32x4_t x1_lo = vmull_lane_s16(vget_low_s16(x[1]), 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()
83 const int32x4_t x1_lo = vmull_lane_s16(vget_low_s16(*x1), 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()
101 const int32x4_t x1_lo = vmull_lane_s16(vget_low_s16(*x1), 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.c234 const int32x4_t x1_lo = vmull_lane_s16(vget_low_s16(x[1]), 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()