Home | History | Annotate | Download | only in encoder

Lines Matching full:av_pct_inter

920     double av_pct_inter = fpstats->pcnt_inter / fpstats->count;
922 double av_intra = (1.0 - av_pct_inter);
928 zz_cost = bitcost(av_pct_inter - av_pct_motion);
941 (int)( ( ((av_pct_inter - av_pct_motion) * zz_cost) +