Home
last modified time | relevance | path

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

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