Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dratectrl.c499 cpi->last_boost = Boost; in calc_gf_params()
511 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++; in calc_gf_params()
513 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++; in calc_gf_params()
515 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++; in calc_gf_params()
517 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++; in calc_gf_params()
635 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) && in calc_pframe_target_size()
638 Adjustment = (cpi->last_boost - 100) >> 5; in calc_pframe_target_size()
974 int Boost = cpi->last_boost; in calc_pframe_target_size()
999 cpi->last_boost) / in calc_pframe_target_size()
Donyx_int.h439 int last_boost; member
/external/libvpx/vp9/encoder/
Dvp9_ratectrl.h100 int last_boost; member