HomeSort by relevance Sort by last modified time
    Searched defs:kf_boost (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/av1/encoder/
ratectrl.h 74 int kf_boost; member in struct:__anon26638
ratectrl.c 597 return get_active_quality(q, rc->kf_boost, kf_low, kf_high,
720 // not first frame of one pass and kf_boost is set
1633 int kf_boost = 32; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 296 int kf_boost; local
330 kf_boost = VPXMAX(initial_boost, (int)(2 * cpi->output_framerate - 16));
333 kf_boost = initial_boost;
337 kf_boost = kf_boost * kf_boost_qadjustment[Q] / 100;
341 kf_boost =
342 (int)(kf_boost * cpi->frames_since_key / (cpi->output_framerate / 2));
346 if (kf_boost < 16) kf_boost = 16;
348 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4
    [all...]
firstpass.c 2855 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 432 int kf_boost; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 98 int kf_boost; member in struct:__anon29917
vp9_ratectrl.c 2091 int kf_boost = 32; local
    [all...]

Completed in 187 milliseconds