Searched refs:v_abs_coeff (Results 1 – 1 of 1) sorted by relevance
58 const int16x8_t v_abs_coeff = vabsq_s16(v_coeff); in vp9_quantize_fp_neon() local59 const int16x8_t v_tmp = vqaddq_s16(v_abs_coeff, v_round); in vp9_quantize_fp_neon()