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