Home | History | Annotate | Download | only in encoder

Lines Matching refs:kf_boost

332     int kf_boost;
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");
390 // cpi->common.current_video_frame, cpi->target_bandwidth, cpi->frames_to_key, kf_boost_qadjustment[cpi->ni_av_qi], cpi->kf_boost, (cpi->this_frame_target *100 / cpi->per_frame_bandwidth), cpi->this_frame_target );