Searched refs:prob_last (Results 1 – 6 of 6) sorted by relevance
24 int prob_last, int prob_garf);
778 int prob_last, int prob_garf) { in vp8_calc_ref_frame_costs() argument781 assert(prob_last >= 0); in vp8_calc_ref_frame_costs()782 assert(prob_last <= 255); in vp8_calc_ref_frame_costs()787 vp8_cost_one(prob_intra) + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()789 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()792 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()
104 vp8_prob prob_last; member
142 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8); in mb_mode_mv_init()301 if (vp8_read(bc, pbi->prob_last)) { in read_mb_modes_mv()
139 uint8_t prob_last; member
202 BD_READ_UNSIGNED_OR_RETURN(8, &fhdr->prob_last); in ParseFrameHeader()