Searched refs:ac_thr (Results 1 – 2 of 2) sorted by relevance
333 int64_t ac_thr = ac_quant * ac_quant >> 6; in model_rd_for_sb_y_large() local365 ac_thr = vp9_scale_acskip_thresh(ac_thr, cpi->denoiser.denoising_level, in model_rd_for_sb_y_large()369 ac_thr *= ac_thr_factor(cpi->oxcf.speed, cpi->common.width, in model_rd_for_sb_y_large()372 ac_thr *= ac_thr_factor(cpi->oxcf.speed, cpi->common.width, in model_rd_for_sb_y_large()432 if (!(var_tx[k] < ac_thr || var == 0)) { in model_rd_for_sb_y_large()542 const int64_t ac_thr = p->quant_thred[1] >> 6; in model_rd_for_sb_y() local582 if (var_tx < ac_thr || var == 0) { in model_rd_for_sb_y()
190 const int64_t ac_thr = p->quant_thred[1] >> shift; in model_rd_for_sb() local195 const int64_t low_ac_thr = VPXMIN(80, ac_thr >> 2); in model_rd_for_sb()217 if (var < ac_thr || var == 0) { in model_rd_for_sb()