Searched refs:v_t1_hi (Results 1 – 1 of 1) sorted by relevance
65 int32x4_t v_t1_hi = vsubl_s16(vget_high_s16(v_x0), vget_high_s16(v_x1)); in vp9_fdct8x8_neon() local77 v_t1_hi = vmulq_n_s32(v_t1_hi, cospi_16_64); in vp9_fdct8x8_neon()82 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS); in vp9_fdct8x8_neon()98 v_t1_hi = vmull_n_s16(vget_high_s16(v_x1), (int16_t)cospi_16_64); in vp9_fdct8x8_neon()103 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS); in vp9_fdct8x8_neon()118 v_t1_hi = vmull_n_s16(vget_high_s16(v_x1), (int16_t)cospi_12_64); in vp9_fdct8x8_neon()120 v_t1_hi = vmlal_n_s16(v_t1_hi, vget_high_s16(v_x2), (int16_t)cospi_20_64); in vp9_fdct8x8_neon()133 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS); in vp9_fdct8x8_neon()