Searched defs:x1_hi (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht_neon.h | 66 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(x[1]), c, 0); in iadst_half_butterfly_neon() local 84 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(*x1), c, 1); in iadst_half_butterfly_neg_neon() local 102 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(*x1), c, 0); in iadst_half_butterfly_pos_neon() local
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 235 const int32x4_t x1_hi = vmull_lane_s16(vget_high_s16(x[1]), c, 0); in btf_16_half_neon() local
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 373 const int16x4_t x1_hi = vqrshrn_n_s32(x0_hi, 12); in ButterflyRotation_8() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 136 const __m128i x1_hi = RightShiftWithRounding_S32(x0_hi, 12); in ButterflyRotation_8() local
|