Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1525 int arf_boost; in calc_arf_boost() local
1597 arf_boost = (*f_boost + *b_boost); in calc_arf_boost()
1598 if (arf_boost < ((b_frames + f_frames) * 20)) in calc_arf_boost()
1599 arf_boost = ((b_frames + f_frames) * 20); in calc_arf_boost()
1600 arf_boost = VPXMAX(arf_boost, MIN_ARF_GF_BOOST); in calc_arf_boost()
1602 return arf_boost; in calc_arf_boost()