Home
last modified time | relevance | path

Searched refs:prob_last (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h114 vp8_prob prob_last; member
Ddecodemv.c172 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()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c980 int prob_last, in vp8_calc_ref_frame_costs() argument
986 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()
Dencodeframe.c41 int prob_last,