HomeSort by relevance Sort by last modified time
    Searched refs:gfu_boost (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 33 int gfu_boost; member in struct:__anon40754
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.c 394 static int get_active_quality(int q, int gfu_boost, int low, int high,
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_low, gf_high
    [all...]
vp9_ratectrl.h 36 int gfu_boost; member in struct:__anon29572
vp9_firstpass.c     [all...]
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h 47 int gfu_boost; member in struct:__anon17809
vp9_ratectrl.c 491 static int get_active_quality(int q, int gfu_boost, int low, int high,
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,
    [all...]
vp9_firstpass.c     [all...]
vp9_rd.c 162 const int boost_index = MIN(15, (cpi->rc.gfu_boost / 100));
vp9_temporal_filter.c 439 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_int.h 450 int gfu_boost; member in struct:VP8_COMP
ratectrl.c 429 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/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...]
  /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...]

Completed in 495 milliseconds

1 2