Searched refs:v_t0_hi (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfwd_txfm_neon.c44 int32x4_t v_t0_hi = vaddl_s16(vget_high_s16(v_x0), vget_high_s16(v_x1)); local
56 v_t0_hi = vmulq_n_s32(v_t0_hi, cospi_16_64);
61 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BITS);
77 v_t0_hi = vmull_n_s16(vget_high_s16(v_x0), (int16_t)cospi_16_64);
82 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BITS);
95 v_t0_hi = vmull_n_s16(vget_high_s16(v_x3), (int16_t)cospi_4_64);
97 v_t0_hi = vmlal_n_s16(v_t0_hi, vget_high_s16(v_x0), (int16_t)cospi_28_64);
112 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BIT
[all...]

Completed in 76 milliseconds