Searched defs:gfu_boost (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h88 int gfu_boost; member in struct:__anon12905
H A Dvp9_ratectrl.c601 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
603 if (gfu_boost > high) {
605 } else if (gfu_boost < low) {
609 const int offset = high - gfu_boost;
632 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high,
1562 rc->gfu_boost = DEFAULT_GF_BOOST;
1584 rc->gfu_boost =
1588 rc->af_ratio_onepass_vbr = VPXMIN(15, VPXMAX(5, 3 * rc->gfu_boost / 400));
1777 rc->gfu_boost = DEFAULT_GF_BOOST;
2197 rc->gfu_boost
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h431 int gfu_boost; member in struct:VP8_COMP

Completed in 89 milliseconds