Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.h24 int prob_last, int prob_garf);
Dbitstream.c778 int prob_last, int prob_garf) { in vp8_calc_ref_frame_costs() argument
781 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()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h104 vp8_prob prob_last; member
Ddecodemv.c142 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()
/external/v4l2_codec2/vda/
Dvp8_parser.h139 uint8_t prob_last; member
Dvp8_parser.cc202 BD_READ_UNSIGNED_OR_RETURN(8, &fhdr->prob_last); in ParseFrameHeader()