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

  /external/libvpx/vp8/encoder/
ratectrl.c 335 int kf_boost; local
353 kf_boost = (int)(2 * cpi->output_frame_rate - 16);
356 kf_boost = kf_boost * kf_boost_qadjustment[cpi->ni_av_qi] / 100;
360 kf_boost = (int)(kf_boost * cpi->frames_since_key / (cpi->output_frame_rate / 2));
362 if (kf_boost < 16)
363 kf_boost = 16;
368 cpi->this_frame_target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
391 f = fopen("kf_boost.stt", "a")
    [all...]
firstpass.c 2596 int kf_boost = boost_score; local
    [all...]
onyx_int.h 472 int kf_boost; member in struct:__anon8495
onyx_if.c     [all...]

Completed in 1358 milliseconds