Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c782 int percent_high = 0; in calc_pframe_target_size() local
786 percent_high = in calc_pframe_target_size()
790 percent_high = in calc_pframe_target_size()
794 if (percent_high > cpi->oxcf.over_shoot_pct) { in calc_pframe_target_size()
795 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
796 } else if (percent_high < 0) { in calc_pframe_target_size()
797 percent_high = 0; in calc_pframe_target_size()
800 cpi->this_frame_target += (cpi->this_frame_target * percent_high) / 200; in calc_pframe_target_size()