Searched refs:vp8_prob_cost_tbl (Results 1 – 3 of 3) sorted by relevance
18 ((bin) ? vp8_prob_cost_tbl[255 - (prob)] : vp8_prob_cost_tbl[prob])40 u = (RK_S32)fixed + ((vp8_prob_cost_tbl[255 - prob] - vp8_prob_cost_tbl[prob]) >> 8); in update_prob()41 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()
191 RK_S32 const vp8_prob_cost_tbl[] = { variable
16 extern RK_S32 const vp8_prob_cost_tbl[];