Searched refs:new_prob (Results 1 – 1 of 1) sorted by relevance
36 RK_U32 old_prob, RK_U32 new_prob, RK_U32 fixed) in update_prob() argument41 s = ((RK_S32)left * (vp8_prob_cost_tbl[old_prob] - vp8_prob_cost_tbl[new_prob]) + in update_prob()42 … (RK_S32)right * (vp8_prob_cost_tbl[255 - old_prob] - vp8_prob_cost_tbl[255 - new_prob])) >> 8; in update_prob()