Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c918 FIRSTPASS_STATS * fpstats) in estimate_modemvcost() argument
923 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() argument
987 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()
1098 FIRSTPASS_STATS * fpstats, in estimate_cq() argument
1106 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()