Searched refs:abs_dqcoeff (Results 1 – 2 of 2) sorted by relevance
75 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in aom_quantize_b_adaptive_helper_c() local76 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in aom_quantize_b_adaptive_helper_c()161 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in aom_quantize_b_helper_c() local162 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in aom_quantize_b_helper_c()227 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in aom_highbd_quantize_b_adaptive_helper_c() local228 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in aom_highbd_quantize_b_adaptive_helper_c()308 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in aom_highbd_quantize_b_helper_c() local309 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in aom_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()145 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_fp_helper_c() local146 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()171 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_fp_helper_c() local173 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c()379 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_dc() local380 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_dc()[all …]