Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c763 double new_q; in rc_pick_q_and_bounds_one_pass_vbr() local
767 new_q = current_q * (1.0 - (0.2 * (cpi->max_arf_level - level))); in rc_pick_q_and_bounds_one_pass_vbr()
769 vp9_compute_qdelta(cpi, current_q, new_q); in rc_pick_q_and_bounds_one_pass_vbr()
946 double new_q; in rc_pick_q_and_bounds_two_pass() local
950 new_q = current_q * (1.0 - (0.2 * (cpi->max_arf_level - level))); in rc_pick_q_and_bounds_two_pass()
952 vp9_compute_qdelta(cpi, current_q, new_q); in rc_pick_q_and_bounds_two_pass()