Searched refs:prob_last (Results 1 – 4 of 4) sorted by relevance
114 vp8_prob prob_last; member
172 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8); in mb_mode_mv_init()358 if (vp8_read(bc, pbi->prob_last)) in read_mb_modes_mv()
980 int prob_last, in vp8_calc_ref_frame_costs() argument986 assert(prob_last >= 0); in vp8_calc_ref_frame_costs()987 assert(prob_last <= 255); in vp8_calc_ref_frame_costs()992 + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()994 + vp8_cost_one(prob_last) in vp8_calc_ref_frame_costs()997 + vp8_cost_one(prob_last) in vp8_calc_ref_frame_costs()
41 int prob_last,