Home
last modified time | relevance | path

Searched refs:vp8_cost_one (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c98 cost = vp8_cost_one(p[mvpis_short]); in cost_mvcomponent()
135 mvcost[0][-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()
148 mvcost[1][-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
175 ((vp8_cost_one(update_p) - vp8_cost_zero(update_p) + 128) >> 8); in update()
Dtreewriter.h39 #define vp8_cost_one(x) vp8_cost_zero(vp8_complement(x)) macro
51 return ((ct[0] * vp8_cost_zero(p)) + (ct[1] * vp8_cost_one(p))) >> 8; in vp8_cost_branch()
Dbitstream.c672 const int update_b = 8 + ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in prob_update_savings()
787 vp8_cost_one(prob_intra) + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()
788 ref_frame_cost[GOLDEN_FRAME] = vp8_cost_one(prob_intra) + in vp8_calc_ref_frame_costs()
789 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()
791 ref_frame_cost[ALTREF_FRAME] = vp8_cost_one(prob_intra) + in vp8_calc_ref_frame_costs()
792 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()
793 vp8_cost_one(prob_garf); in vp8_calc_ref_frame_costs()