Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c923 cpi->est_max_qcorrection_factor -= 0.005; in estimate_max_q()
926 cpi->est_max_qcorrection_factor += 0.005; in estimate_max_q()
930est_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()
Donyx_int.h358 double est_max_qcorrection_factor; member
Donyx_if.c2268 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()