Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c987 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q() local
988 double err_per_mb = section_err / num_mbs; in estimate_max_q()
1106 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq() local
1107 double err_per_mb = section_err / num_mbs; in estimate_cq()
1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() argument
1190 double err_per_mb = section_err / num_mbs; in estimate_q()
1230 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, dou… in estimate_kf_group_q() argument
1237 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c960 const double section_err = stats->coded_error / stats->count; in get_twopass_worst_quality() local
961 const double err_per_mb = section_err / num_mbs; in get_twopass_worst_quality()