Searched refs:DEFAULT_GF_BOOST (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c40 #define DEFAULT_GF_BOOST 2000 macro
1536 rc->gfu_boost = DEFAULT_GF_BOOST;
1559 VPXMAX(500, DEFAULT_GF_BOOST * (rc->avg_frame_low_motion << 1) /
1752 rc->gfu_boost = DEFAULT_GF_BOOST;
2149 rc->gfu_boost = DEFAULT_GF_BOOST;
2153 rc->gfu_boost = DEFAULT_GF_BOOST >> 1;
2186 rc->gfu_boost = DEFAULT_GF_BOOST >> 2;
2344 rc->gfu_boost = DEFAULT_GF_BOOST >> 1;

Completed in 57 milliseconds