Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dfirstpass.c931 cpi->twopass.est_max_qcorrection_factor -= 0.005; in estimate_max_q()
933 cpi->twopass.est_max_qcorrection_factor += 0.005; in estimate_max_q()
936 cpi->twopass.est_max_qcorrection_factor = in estimate_max_q()
937 (cpi->twopass.est_max_qcorrection_factor < 0.1) ? 0.1 in estimate_max_q()
938 : (cpi->twopass.est_max_qcorrection_factor > 10.0) in estimate_max_q()
940 : cpi->twopass.est_max_qcorrection_factor; in estimate_max_q()
975 cpi->twopass.est_max_qcorrection_factor * in estimate_max_q()
1119 cpi->twopass.est_max_qcorrection_factor * in estimate_q()
2329 cpi->twopass.est_max_qcorrection_factor = 1.0; in vp8_second_pass()
H A Donyx_int.h605 double est_max_qcorrection_factor; member
H A Donyx_if.c1956 cpi->twopass.est_max_qcorrection_factor = 1.0; in vp8_create_compressor()
4623 cpi->twopass.est_max_qcorrection_factor, in encode_frame_to_data_rate()
4644 cpi->twopass.est_max_qcorrection_factor, in encode_frame_to_data_rate()