/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ratectrl.h | 33 int gfu_boost; member in struct:__anon30259
|
vp9_ratectrl.c | 401 static int get_active_quality(int q, int gfu_boost, int low, int high, 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_low, gf_high [all...] |
vp9_firstpass.c | [all...] |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.h | 86 int gfu_boost; member in struct:__anon16626
|
vp9_ratectrl.c | 575 static int get_active_quality(int q, int gfu_boost, int low, int high, 577 if (gfu_boost > high) { 579 } else if (gfu_boost < low) { 583 const int offset = high - gfu_boost; 606 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, [all...] |
vp9_firstpass.c | [all...] |
vp9_rd.c | 176 const int boost_index = VPXMIN(15, (cpi->rc.gfu_boost / 100));
|
vp9_temporal_filter.c | 671 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength);
|
vp9_encoder.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
ratectrl.c | 431 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); [all...] |
onyx_int.h | 450 int gfu_boost; member in struct:VP8_COMP
|
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
ratectrl.c | 429 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); [all...] |
onyx_int.h | 453 int gfu_boost; member in struct:VP8_COMP
|
onyx_if.c | [all...] |