Searched refs:abs_dqcoeff (Results 1 – 2 of 2) sorted by relevance
75 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_adaptive_helper_c() local76 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_adaptive_helper_c()160 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_helper_c() local161 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_helper_c()227 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_b_adaptive_helper_c() local228 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_adaptive_helper_c()307 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_b_helper_c() local308 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_helper_c()
69 const tran_low_t abs_dqcoeff = in quantize_fp_helper_c() local71 dqcoeff_ptr[rc] = (abs_dqcoeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c()97 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_fp_helper_c() local98 dqcoeff_ptr[rc] = (abs_dqcoeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c()144 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_fp_helper_c() local145 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()170 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_fp_helper_c() local172 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()357 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_dc() local358 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_dc()[all …]