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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h47 int gfu_boost; member in struct:__anon13184
H A Dvp9_ratectrl.c491 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
493 if (gfu_boost > high) {
495 } else if (gfu_boost < low) {
499 const int offset = high - gfu_boost;
522 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high,
1296 rc->gfu_boost = DEFAULT_GF_BOOST;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h36 int gfu_boost; member in struct:__anon24961
H A Dvp9_ratectrl.c394 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
396 if (gfu_boost > high) {
398 } else if (gfu_boost < low) {
402 const int offset = high - gfu_boost;
540 q, rc->gfu_boost, gf_low, gf_high,
662 active_best_quality = get_active_quality(q, rc->gfu_boost,
667 active_best_quality = get_active_quality(q, rc->gfu_boost,
681 q, rc->gfu_boost, gf_low, gf_high,
685 q, rc->gfu_boost, gf_low, gf_high,
691 q, rc->gfu_boost, gf_lo
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h450 int gfu_boost; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h453 int gfu_boost; member in struct:VP8_COMP

Completed in 148 milliseconds