Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c921 int64_t mode_cost; in estimate_modemvcost() local
943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) + in estimate_modemvcost()
947 return mv_cost + mode_cost; in estimate_modemvcost()