Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c550 cpi->last_boost = Boost; in calc_gf_params()
567 if (cpi->last_boost > 750) in calc_gf_params()
570 if (cpi->last_boost > 1000) in calc_gf_params()
573 if (cpi->last_boost > 1250) in calc_gf_params()
576 if (cpi->last_boost >= 1500) in calc_gf_params()
693 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) && in calc_pframe_target_size()
697 Adjustment = (cpi->last_boost - 100) >> 5; in calc_pframe_target_size()
1055 int Boost = cpi->last_boost; in calc_pframe_target_size()
1079 * cpi->last_boost) / 100; in calc_pframe_target_size()
Donyx_int.h455 int last_boost; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h34 int last_boost; member