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