Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c778 int percent_high = 0; in calc_pframe_target_size() local
782 percent_high = in calc_pframe_target_size()
786 percent_high = in calc_pframe_target_size()
790 if (percent_high > cpi->oxcf.over_shoot_pct) { in calc_pframe_target_size()
791 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
792 } else if (percent_high < 0) { in calc_pframe_target_size()
793 percent_high = 0; in calc_pframe_target_size()
796 cpi->this_frame_target += (cpi->this_frame_target * percent_high) / 200; in calc_pframe_target_size()