Searched refs:thismvcost (Results 1 – 2 of 2) sorted by relevance
818 int thismvcost = 0; in labels2mode() local844 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode()875 cost += thismvcost; in labels2mode()
1578 int thismvcost = 0; in set_and_cost_bmi_mvs() local1587 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()1591 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()1618 thismvcost; in set_and_cost_bmi_mvs()