Searched refs:v_coeff_sign (Results 1 – 1 of 1) sorted by relevance
57 const int16x8_t v_coeff_sign = vshrq_n_s16(v_coeff, 15); in vp9_quantize_fp_neon() local70 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()