Searched refs:av_pct_motion (Results 1 – 1 of 1) sorted by relevance
866 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost() local873 zz_cost = bitcost(av_pct_inter - av_pct_motion); in estimate_modemvcost()874 motion_cost = bitcost(av_pct_motion); in estimate_modemvcost()886 (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) + in estimate_modemvcost()887 (av_pct_motion * motion_cost) + (av_intra * intra_cost)) * in estimate_modemvcost()