Searched refs:ac_coef (Results 1 – 1 of 1) sorted by relevance
3890 const uint32_t ac_coef = (((uint32_t)abs(coefs[i])) << 7); in predict_skip_flag() local3891 if (ac_coef >= ac_thresh) return 0; in predict_skip_flag()