Searched refs:max_qcoef_thresh (Results 1 – 1 of 1) sorted by relevance
432 const uint32_t max_qcoef_thresh = skip_pred_threshold[bd_idx][bsize]; in predict_skip_flag() local436 const uint32_t dc_thresh = max_qcoef_thresh * dc_q; in predict_skip_flag()437 const uint32_t ac_thresh = max_qcoef_thresh * ac_q; in predict_skip_flag()