Searched defs:motion_cost (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c870 double motion_cost; local
874 motion_cost = bitcost(av_pct_motion);
887 (av_pct_motion * motion_cost) + (av_intra * intra_cost)) *

Completed in 150 milliseconds