Searched refs:section_max_qfactor (Results 1 – 2 of 2) sorted by relevance
990 cpi->twopass.section_max_qfactor * in estimate_max_q()2181 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in define_gf_group()2183 if (cpi->twopass.section_max_qfactor < 0.80) { in define_gf_group()2184 cpi->twopass.section_max_qfactor = 0.80; in define_gf_group()2810 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in find_next_key_frame()2812 if (cpi->twopass.section_max_qfactor < 0.80) { in find_next_key_frame()2813 cpi->twopass.section_max_qfactor = 0.80; in find_next_key_frame()
569 double section_max_qfactor; member