Searched refs:update_factor (Results 1 – 1 of 1) sorted by relevance
1385 RK_S32 max_count, RK_S32 update_factor) in adapt_prob() argument1396 update_factor = FASTDIV(update_factor * ct, max_count); in adapt_prob()1399 *p = p1 + (((p2 - p1) * update_factor + 128) >> 8); in adapt_prob()