Lines Matching defs:kf_boost
352 int kf_boost;
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;
435 f = fopen("kf_boost.stt", "a");