Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1013 cpi->twopass.est_max_qcorrection_factor -= 0.005; in estimate_max_q()
1015 cpi->twopass.est_max_qcorrection_factor += 0.005; in estimate_max_q()
1017 cpi->twopass.est_max_qcorrection_factor = in estimate_max_q()
1018 (cpi->twopass.est_max_qcorrection_factor < 0.1) in estimate_max_q()
1020 : (cpi->twopass.est_max_qcorrection_factor > 10.0) in estimate_max_q()
1021 ? 10.0 : cpi->twopass.est_max_qcorrection_factor; in estimate_max_q()
1056 * speed_correction * cpi->twopass.est_max_qcorrection_factor in estimate_max_q()
1219 cpi->twopass.est_max_qcorrection_factor * in estimate_q()
2549 cpi->twopass.est_max_qcorrection_factor = 1.0; in vp8_second_pass()
Donyx_int.h603 double est_max_qcorrection_factor; member
Donyx_if.c1952 cpi->twopass.est_max_qcorrection_factor = 1.0; in vp8_create_compressor()
4648 cpi->twopass.est_max_qcorrection_factor, in encode_frame_to_data_rate()
4669 cpi->twopass.est_max_qcorrection_factor, in encode_frame_to_data_rate()