Lines Matching refs:log_scale
22 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_adaptive_helper_c() argument
23 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in quantize_b_adaptive_helper_c()
24 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in quantize_b_adaptive_helper_c()
64 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in quantize_b_adaptive_helper_c()
69 (16 - log_scale + AOM_QM_BITS)); // quantization in quantize_b_adaptive_helper_c()
75 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_adaptive_helper_c()
114 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_helper_c() argument
115 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in quantize_b_helper_c()
116 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in quantize_b_helper_c()
149 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in quantize_b_helper_c()
154 (16 - log_scale + AOM_QM_BITS)); // quantization in quantize_b_helper_c()
160 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_helper_c()
175 const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_b_adaptive_helper_c() argument
177 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in highbd_quantize_b_adaptive_helper_c()
178 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in highbd_quantize_b_adaptive_helper_c()
219 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in highbd_quantize_b_adaptive_helper_c()
223 (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_b_adaptive_helper_c()
227 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_b_adaptive_helper_c()
263 const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_b_helper_c() argument
265 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in highbd_quantize_b_helper_c()
266 ROUND_POWER_OF_TWO(zbin_ptr[1], log_scale) }; in highbd_quantize_b_helper_c()
299 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in highbd_quantize_b_helper_c()
303 (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_b_helper_c()
307 const tran_low_t abs_dqcoeff = (abs_qcoeff * dequant) >> log_scale; in highbd_quantize_b_helper_c()