Home | History | Annotate | Download | only in encoder

Lines Matching refs:this_duration

2950   int64_t this_duration;
2954 this_duration = cpi->source->ts_end - cpi->source->ts_start;
2960 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
2964 step = (int)((this_duration - last_duration) * 10 / last_duration);
2967 if (this_duration) {
2969 vp9_new_framerate(cpi, 10000000.0 / this_duration);
2977 avg_duration *= (interval - avg_duration + this_duration);