Lines Matching refs:zbins

23   const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale),  in quantize_b_adaptive_helper_c()  local
25 const int nzbins[2] = { zbins[0] * -1, zbins[1] * -1 }; in quantize_b_adaptive_helper_c()
42 if (coeff < (zbins[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val) && in quantize_b_adaptive_helper_c()
62 if (abs_coeff * wt >= (zbins[rc != 0] << AOM_QM_BITS)) { in quantize_b_adaptive_helper_c()
95 if (coeff < (zbins[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val) && in quantize_b_adaptive_helper_c()
115 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in quantize_b_helper_c() local
117 const int nzbins[2] = { zbins[0] * -1, zbins[1] * -1 }; in quantize_b_helper_c()
130 if (coeff < (zbins[rc != 0] * (1 << AOM_QM_BITS)) && in quantize_b_helper_c()
147 if (abs_coeff * wt >= (zbins[rc != 0] << AOM_QM_BITS)) { in quantize_b_helper_c()
177 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in highbd_quantize_b_adaptive_helper_c() local
179 const int nzbins[2] = { zbins[0] * -1, zbins[1] * -1 }; in highbd_quantize_b_adaptive_helper_c()
201 if (coeff >= (zbins[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val) && in highbd_quantize_b_adaptive_helper_c()
245 if (coeff < (zbins[rc != 0] * (1 << AOM_QM_BITS) + prescan_add_val) && in highbd_quantize_b_adaptive_helper_c()
265 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], log_scale), in highbd_quantize_b_helper_c() local
267 const int nzbins[2] = { zbins[0] * -1, zbins[1] * -1 }; in highbd_quantize_b_helper_c()
284 if (coeff >= (zbins[rc != 0] * (1 << AOM_QM_BITS)) || in highbd_quantize_b_helper_c()