Home
last modified time | relevance | path

Searched defs:section_err (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dfirstpass.c906 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q() local
1020 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq() local
1084 static int estimate_q(VP8_COMP *cpi, double section_err, in estimate_q()
1129 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, in estimate_kf_group_q()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1563 static int get_twopass_worst_quality(VP9_COMP *cpi, const double section_err, in get_twopass_worst_quality()