Searched refs:dc_coef (Results 1 – 1 of 1) sorted by relevance
3887 const uint32_t dc_coef = (((uint32_t)abs(coefs[0])) << 7); in predict_skip_flag() local3888 if (dc_coef >= dc_thresh) return 0; in predict_skip_flag()