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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c924 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; local
931 zz_cost = bitcost(av_pct_inter - av_pct_motion);
932 motion_cost = bitcost(av_pct_motion);
943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) +
944 (av_pct_motion * motion_cost) +
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c924 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; local
931 zz_cost = bitcost(av_pct_inter - av_pct_motion);
932 motion_cost = bitcost(av_pct_motion);
943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) +
944 (av_pct_motion * motion_cost) +

Completed in 235 milliseconds