Searched refs:v_t2_hi (Results 1 – 1 of 1) sorted by relevance
67 int32x4_t v_t2_hi = vmull_n_s16(vget_high_s16(v_x2), (int16_t)cospi_24_64); in vp9_fdct8x8_neon() local71 v_t2_hi = vmlal_n_s16(v_t2_hi, vget_high_s16(v_x3), (int16_t)cospi_8_64); in vp9_fdct8x8_neon()84 const int16x4_t f = vrshrn_n_s32(v_t2_hi, DCT_CONST_BITS); in vp9_fdct8x8_neon()122 v_t2_hi = vmull_n_s16(vget_high_s16(v_x2), (int16_t)cospi_12_64); in vp9_fdct8x8_neon()124 v_t2_hi = vmlsl_n_s16(v_t2_hi, vget_high_s16(v_x1), (int16_t)cospi_20_64); in vp9_fdct8x8_neon()135 const int16x4_t f = vrshrn_n_s32(v_t2_hi, DCT_CONST_BITS); in vp9_fdct8x8_neon()