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

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c865 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; local
867 double av_intra = (1.0 - av_pct_inter);
873 zz_cost = bitcost(av_pct_inter - av_pct_motion);
886 (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) +

Completed in 111 milliseconds