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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h33 int gfu_boost; member in struct:__anon1168
H A Dvp9_ratectrl.c401 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
403 if (gfu_boost > high) {
405 } else if (gfu_boost < low) {
409 const int offset = high - gfu_boost;
546 q, rc->gfu_boost, gf_low, gf_high,
668 active_best_quality = get_active_quality(q, rc->gfu_boost,
673 active_best_quality = get_active_quality(q, rc->gfu_boost,
687 q, rc->gfu_boost, gf_low, gf_high,
691 q, rc->gfu_boost, gf_low, gf_high,
697 q, rc->gfu_boost, gf_lo
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h453 int gfu_boost; member in struct:VP8_COMP

Completed in 280 milliseconds