Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht_neon.h66 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(x[1]), c, 0); in iadst_half_butterfly_neon() local
70 t0[1] = vaddq_s32(x0_hi, x1_hi); in iadst_half_butterfly_neon()
72 t1[1] = vsubq_s32(x0_hi, x1_hi); in iadst_half_butterfly_neon()
84 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(*x1), c, 1); in iadst_half_butterfly_neg_neon() local
88 t0[1] = vaddq_s32(x0_hi, x1_hi); in iadst_half_butterfly_neg_neon()
90 t1[1] = vsubq_s32(x0_hi, x1_hi); in iadst_half_butterfly_neg_neon()
102 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(*x1), c, 0); in iadst_half_butterfly_pos_neon() local
106 t0[1] = vaddq_s32(x0_hi, x1_hi); in iadst_half_butterfly_pos_neon()
108 t1[1] = vsubq_s32(x0_hi, x1_hi); in iadst_half_butterfly_pos_neon()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc373 const int16x4_t x1_hi = vqrshrn_n_s32(x0_hi, 12); in ButterflyRotation_8() local
376 const int16x8_t x = vcombine_s16(x1, x1_hi); in ButterflyRotation_8()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc136 const __m128i x1_hi = RightShiftWithRounding_S32(x0_hi, 12); in ButterflyRotation_8() local
138 const __m128i x = _mm_packs_epi32(x1, x1_hi); in ButterflyRotation_8()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c235 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(x[1]), c, 0); in btf_16_half_neon() local
238 t0[1] = vaddq_s32(x0_hi, x1_hi); in btf_16_half_neon()
240 t1[1] = vsubq_s32(x0_hi, x1_hi); in btf_16_half_neon()