Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c57 const int16x8_t v_coeff_sign = vshrq_n_s16(v_coeff, 15); in vp9_quantize_fp_neon() local
70 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in vp9_quantize_fp_neon()
71 const int16x8_t v_qcoeff = vsubq_s16(v_qcoeff_a, v_coeff_sign); in vp9_quantize_fp_neon()