Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c861 static int64_t estimate_modemvcost(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats) { in estimate_modemvcost() argument
865 double av_pct_inter = fpstats->pcnt_inter / fpstats->count; in estimate_modemvcost()
866 double av_pct_motion = fpstats->pcnt_motion / fpstats->count; in estimate_modemvcost()
880 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
918 static int estimate_max_q(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, in estimate_max_q() argument
924 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()
1033 static int estimate_cq(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, in estimate_cq() argument
1039 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()