Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c498 cpi->last_boost = Boost; in calc_gf_params()
510 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++; in calc_gf_params()
512 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++; in calc_gf_params()
514 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++; in calc_gf_params()
516 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++; in calc_gf_params()
634 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) && in calc_pframe_target_size()
637 Adjustment = (cpi->last_boost - 100) >> 5; in calc_pframe_target_size()
970 int Boost = cpi->last_boost; in calc_pframe_target_size()
995 cpi->last_boost) / in calc_pframe_target_size()
Donyx_int.h437 int last_boost; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h97 int last_boost; member