Searched defs:section_err (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c987 double section_err = (fpstats->coded_error / fpstats->count); local
988 double err_per_mb = section_err / num_mbs;
1106 double section_err = (fpstats->coded_error / fpstats->count); local
1107 double err_per_mb = section_err / num_mbs;
1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) argument
1190 double err_per_mb = section_err / num_mbs;
1230 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, double group_iiratio) argument
1237 double err_per_mb = section_err / num_mbs;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c971 const double section_err = stats->coded_error / stats->count; local
972 const double err_per_mb = section_err / num_mbs;
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c987 double section_err = (fpstats->coded_error / fpstats->count); local
988 double err_per_mb = section_err / num_mbs;
1106 double section_err = (fpstats->coded_error / fpstats->count); local
1107 double err_per_mb = section_err / num_mbs;
1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) argument
1190 double err_per_mb = section_err / num_mbs;
1230 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, double group_iiratio) argument
1237 double err_per_mb = section_err / num_mbs;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c911 const double section_err = fpstats->coded_error / fpstats->count; local
912 const double err_per_mb = section_err / num_mbs;

Completed in 149 milliseconds