Searched refs:est_max_qcorrection_factor (Results 1 – 3 of 3) sorted by relevance
923 cpi->est_max_qcorrection_factor -= 0.005; in estimate_max_q()926 cpi->est_max_qcorrection_factor += 0.005; in estimate_max_q()930 …est_max_qcorrection_factor = (cpi->est_max_qcorrection_factor < 0.1) ? 0.1 : (cpi->est_max_qcorrec… in estimate_max_q()959 …his_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * cpi->s… in estimate_max_q()1009 …his_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * (doubl… in estimate_q()1969 cpi->est_max_qcorrection_factor = 1.0; in vp8_second_pass()
358 double est_max_qcorrection_factor; member
2268 cpi->est_max_qcorrection_factor = 1.0; in vp8_create_compressor()4445 cpi->est_max_qcorrection_factor, (int)cpi->bits_left, in encode_frame_to_data_rate()4463 cpi->est_max_qcorrection_factor, (int)cpi->bits_left, in encode_frame_to_data_rate()