Searched refs:fpstats (Results 1 – 1 of 1) sorted by relevance
919 FIRSTPASS_STATS * fpstats) in estimate_modemvcost() argument924 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()925 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()939 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()980 FIRSTPASS_STATS * fpstats, in estimate_max_q() argument988 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()1099 FIRSTPASS_STATS * fpstats, in estimate_cq() argument1107 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()