Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c494 cpi->last_boost = Boost; in calc_gf_params()
506 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++; in calc_gf_params()
508 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++; in calc_gf_params()
510 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++; in calc_gf_params()
512 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++; in calc_gf_params()
630 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) && in calc_pframe_target_size()
633 Adjustment = (cpi->last_boost - 100) >> 5; in calc_pframe_target_size()
966 int Boost = cpi->last_boost; in calc_pframe_target_size()
991 cpi->last_boost) / in calc_pframe_target_size()
Donyx_int.h433 int last_boost; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h97 int last_boost; member