Lines Matching refs:coeff_sign

57     const int coeff_sign = (coeff >> 31);  in quantize_b_adaptive_helper_c()  local
58 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_b_adaptive_helper_c()
70 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_b_adaptive_helper_c()
76 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_adaptive_helper_c()
142 const int coeff_sign = (coeff >> 31); in quantize_b_helper_c() local
143 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_b_helper_c()
155 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_b_helper_c()
161 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_helper_c()
214 const int coeff_sign = (coeff >> 31); in highbd_quantize_b_adaptive_helper_c() local
217 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_b_adaptive_helper_c()
224 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_adaptive_helper_c()
228 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_adaptive_helper_c()
294 const int coeff_sign = (coeff >> 31); in highbd_quantize_b_helper_c() local
297 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_b_helper_c()
304 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_helper_c()
308 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_helper_c()