Home
last modified time | relevance | path

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

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