Home
last modified time | relevance | path

Searched refs:fpstats (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c856 static int64_t estimate_modemvcost(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats) { in estimate_modemvcost() argument
860 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()
861 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()
875 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
913 static int estimate_max_q(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, in estimate_max_q() argument
919 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()
1028 static int estimate_cq(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, in estimate_cq() argument
1034 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()