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 332 int kf_boost; local
350 kf_boost = (int)(2 * cpi->output_frame_rate - 16);
353 kf_boost = kf_boost * vp8_kf_boost_qadjustment[cpi->ni_av_qi] / 100;
357 kf_boost = (int)(kf_boost * cpi->frames_since_key / (cpi->output_frame_rate / 2));
359 if (kf_boost < 16)
360 kf_boost = 16;
365 cpi->this_frame_target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
388 f = fopen("kf_boost.stt", "a")
    [all...]
firstpass.c 2405 int kf_boost = boost_score; local
    [all...]
onyx_int.h 461 int kf_boost; member in struct:__anon5136
onyx_if.c     [all...]

Completed in 90 milliseconds