HomeSort by relevance Sort by last modified time
    Searched refs:kf_boost (Results 1 - 4 of 4) 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_frame_rate - 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 3057 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 459 int kf_boost; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 1047 milliseconds