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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 86 int gfu_boost; member in struct:__anon24804
vp9_ratectrl.c 606 static int get_active_quality(int q, int gfu_boost, int low, int high,
608 if (gfu_boost > high) {
610 } else if (gfu_boost < low) {
614 const int offset = high - gfu_boost;
637 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high,
    [all...]
vp9_firstpass.c     [all...]
vp9_rd.c 173 const int boost_index = VPXMIN(15, (cpi->rc.gfu_boost / 100));
vp9_temporal_filter.c 705 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 371 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
    [all...]
onyx_int.h 427 int gfu_boost; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 419 milliseconds