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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 352 int kf_boost; local
391 kf_boost = MAX(initial_boost, (int)(2 * cpi->output_framerate - 16));
395 kf_boost = initial_boost;
399 kf_boost = kf_boost * kf_boost_qadjustment[Q] / 100;
403 kf_boost = (int)(kf_boost
407 if (kf_boost < 16)
408 kf_boost = 16;
410 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4
    [all...]
firstpass.c 3064 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 450 int kf_boost; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2631 int kf_boost = (int)boost_score; local
    [all...]
vp9_onyx_int.h 482 int kf_boost; member in struct:VP9_COMP
vp9_onyx_if.c     [all...]

Completed in 64 milliseconds