Searched refs:vp8_cost_one (Results 1 – 3 of 3) sorted by relevance
96 cost = vp8_cost_one(p[mvpis_short]); in cost_mvcomponent()133 mvcost[0][-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()146 mvcost[1][-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()173 ((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()
673 const int update_b = 8 + ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in prob_update_savings()788 vp8_cost_one(prob_intra) + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()789 ref_frame_cost[GOLDEN_FRAME] = vp8_cost_one(prob_intra) + in vp8_calc_ref_frame_costs()790 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()792 ref_frame_cost[ALTREF_FRAME] = vp8_cost_one(prob_intra) + in vp8_calc_ref_frame_costs()793 vp8_cost_one(prob_last) + in vp8_calc_ref_frame_costs()794 vp8_cost_one(prob_garf); in vp8_calc_ref_frame_costs()