Searched refs:update_factor (Results 1 – 1 of 1) sorted by relevance
30 int max_count, int update_factor) in adapt_prob() argument37 update_factor = FASTDIV(update_factor * FFMIN(ct, max_count), max_count); in adapt_prob()43 *p = p1 + (((p2 - p1) * update_factor + 128) >> 8); in adapt_prob()