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

  /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 2854 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 428 int kf_boost; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 88 int kf_boost; member in struct:__anon24804
vp9_ratectrl.c 627 return get_active_quality(q, rc->kf_boost, kf_low, kf_high,
757 // not first frame of one pass and kf_boost is set
1643 int kf_boost = 32; local
    [all...]
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]

Completed in 345 milliseconds