Searched refs:av_pct_inter (Results 1 – 1 of 1) sorted by relevance
923 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost() local925 double av_intra = (1.0 - av_pct_inter); in estimate_modemvcost()931 zz_cost = bitcost(av_pct_inter - av_pct_motion); in estimate_modemvcost()943 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) + in estimate_modemvcost()