Searched refs:this_duration (Results 1 – 2 of 2) sorted by relevance
2950 int64_t this_duration; local2954 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);
5027 int64_t this_duration; in vp8_get_compressed_data() local5032 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5039 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()5044 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()5048 if (this_duration) in vp8_get_compressed_data()5051 cpi->ref_framerate = 10000000.0 / this_duration; in vp8_get_compressed_data()5066 avg_duration *= (interval - avg_duration + this_duration); in vp8_get_compressed_data()