Home | History | Annotate | Download | only in libvpx

Lines Matching refs:frames_in

1387         int frames_in = 0, frames_out = 0;
1594 if (!arg_limit || frames_in < arg_limit)
1600 frames_in++;
1604 arg_passes, frames_in, frames_out, nbytes);
1611 frame_start = (cfg.g_timebase.den * (int64_t)(frames_in - 1)
1613 next_frame_start = (cfg.g_timebase.den * (int64_t)(frames_in)
1689 arg_passes, frames_in, frames_out, nbytes, nbytes * 8 / frames_in,
1690 nbytes * 8 *(int64_t)arg_framerate.num / arg_framerate.den / frames_in,
1693 (float)frames_in * 1000000.0 / (float)cx_time);