Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c1257 const int pct_high = (int)MIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr() local
1258 target += (target * pct_high) / 200; in calc_pframe_target_size_one_pass_cbr()