• Home
  • Raw
  • Download

Lines Matching refs:current_video_frame

272 …le)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((doubl…  in frame_max_bits()
593 if (cm->current_video_frame > 0) in vp8_first_pass()
628 if (cm->current_video_frame > 1) in vp8_first_pass()
751 fps.frame = cm->current_video_frame ; in vp8_first_pass()
803 if ((cm->current_video_frame > 0) && in vp8_first_pass()
815 if (cm->current_video_frame == 0) in vp8_first_pass()
826 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in vp8_first_pass()
828 if (cm->current_video_frame == 0) in vp8_first_pass()
837 cm->current_video_frame++; in vp8_first_pass()
1080 …8d %8d %8d %8.2f %8.3f %8.2f %8.3f %8.3f %8.3f %8d\n", cpi->common.current_video_frame, bits_per_m… in estimate_kf_group_q()
1707 if (cpi->frames_to_key >= (int)(cpi->total_stats->count - cpi->common.current_video_frame)) in define_gf_group()
1914 …cpi->frames_till_gf_update_due >= (int)(cpi->total_stats->count - cpi->common.current_video_frame)) in assign_std_frame_bits()
1959 int frames_left = (int)(cpi->total_stats->count - cpi->common.current_video_frame); in vp8_second_pass()
2022 if (cpi->common.current_video_frame > 0) in vp8_second_pass()
2100 if (cpi->common.current_video_frame == 0) in vp8_second_pass()
2145 else if ( (cpi->common.current_video_frame < in vp8_second_pass()
2147 ((cpi->common.current_video_frame + cpi->baseline_gf_interval) < in vp8_second_pass()
2780 …fprintf(f, " %8d %8d %8d %8d %12.0f %8d %8d %8d\n", cpi->common.current_video_frame, kf_q, cpi->c… in find_next_key_frame()