Searched refs:vp8_cost_one (Results 1 – 3 of 3) sorted by relevance
98 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()
41 #define vp8_cost_one(x) vp8_cost_zero(vp8_complement(x)) macro54 (((uint64_t)ct[1]) * vp8_cost_one(p))) >> in vp8_cost_branch()
672 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()