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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c44 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); local
48 v_round = vsetq_lane_s16(round_ptr[0], v_round, 0);
56 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero);
72 v_round = vmovq_n_s16(round_ptr[1]);
81 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero);

Completed in 28 milliseconds