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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c921 int64_t mode_cost; local
943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) +
947 return mv_cost + mode_cost;
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c921 int64_t mode_cost; local
943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) +
947 return mv_cost + mode_cost;

Completed in 88 milliseconds