Home
last modified time | relevance | path

Searched refs:thismvcost (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c818 int thismvcost = 0; in labels2mode() local
844 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode()
875 cost += thismvcost; in labels2mode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1578 int thismvcost = 0; in set_and_cost_bmi_mvs() local
1587 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()