Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c48 #define MIN_ARF_GF_BOOST 240 macro
2048 arf_boost = VPXMAX(arf_boost, MIN_ARF_GF_BOOST); in calc_arf_boost()
2527 rc->gfu_boost = VPXMAX((int)boost_score, MIN_ARF_GF_BOOST); in define_gf_group()