Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c552 cpi->last_boost = Boost; in calc_gf_params()
569 if (cpi->last_boost > 750) in calc_gf_params()
572 if (cpi->last_boost > 1000) in calc_gf_params()
575 if (cpi->last_boost > 1250) in calc_gf_params()
578 if (cpi->last_boost >= 1500) in calc_gf_params()
695 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) && in calc_pframe_target_size()
699 Adjustment = (cpi->last_boost - 100) >> 5; in calc_pframe_target_size()
1063 int Boost = cpi->last_boost; in calc_pframe_target_size()
1087 * cpi->last_boost) / 100; in calc_pframe_target_size()
Donyx_int.h452 int last_boost; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h87 int last_boost; member