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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c2331 double Ratio; local
2348 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error);
2349 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025);
3009 double Ratio; local
3026 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error);
3027 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025);

Completed in 32 milliseconds