Searched refs:fpstats (Results 1 – 1 of 1) sorted by relevance
918 FIRSTPASS_STATS * fpstats) in estimate_modemvcost() argument923 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()924 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()938 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()979 FIRSTPASS_STATS * fpstats, in estimate_max_q() argument987 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()1098 FIRSTPASS_STATS * fpstats, in estimate_cq() argument1106 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()