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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c65 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); local
66 const int16x8_t v_qcoeff = vsubq_s16(v_qcoeff_a, v_coeff_sign);
90 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); local
91 const int16x8_t v_qcoeff = vsubq_s16(v_qcoeff_a, v_coeff_sign);

Completed in 786 milliseconds