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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfwd_txfm_neon.c45 int32x4_t v_t1_lo = vsubl_s16(vget_low_s16(v_x0), vget_low_s16(v_x1)); local
57 v_t1_lo = vmulq_n_s32(v_t1_lo, cospi_16_64);
62 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BITS);
78 v_t1_lo = vmull_n_s16(vget_low_s16(v_x1), (int16_t)cospi_16_64);
83 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BITS);
98 v_t1_lo = vmull_n_s16(vget_low_s16(v_x1), (int16_t)cospi_12_64);
100 v_t1_lo = vmlal_n_s16(v_t1_lo, vget_low_s16(v_x2), (int16_t)cospi_20_64);
113 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BIT
[all...]

Completed in 24 milliseconds