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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c962 int thismvcost = 0; local
992 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1029 cost += thismvcost ;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1482 int thismvcost = 0; local
1493 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv,
1497 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv,
1532 thismvcost;

Completed in 36 milliseconds