Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h94 int vp9_twopass_worst_quality(struct VP9_COMP *cpi, FIRSTPASS_STATS *fpstats,
Dvp9_firstpass.c903 int vp9_twopass_worst_quality(VP9_COMP *cpi, FIRSTPASS_STATS *fpstats, in vp9_twopass_worst_quality() argument
910 const double section_err = fpstats->coded_error / fpstats->count; in vp9_twopass_worst_quality()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()