Searched refs:dc_thresh (Results 1 – 1 of 1) sorted by relevance
436 const uint32_t dc_thresh = max_qcoef_thresh * dc_q; in predict_skip_flag() local443 if (dc_coef >= dc_thresh) return 0; in predict_skip_flag()