Searched refs:coeff_sign (Results 1 – 1 of 1) sorted by relevance
56 const int coeff_sign = (coeff >> 31); in vp9_quantize_b_c() local57 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c()63 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c()111 const int coeff_sign = (coeff >> 31); in vp9_quantize_b_32x32_c() local113 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c()119 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c()