Searched refs:this_duration (Results 1 – 2 of 2) sorted by relevance
4081 int64_t this_duration; local4085 this_duration = source->ts_end - source->ts_start;4091 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;4095 step = (int)((this_duration - last_duration) * 10 / last_duration);4098 if (this_duration) {4100 vp9_new_framerate(cpi, 10000000.0 / this_duration);4108 avg_duration *= (interval - avg_duration + this_duration);
5370 int64_t this_duration; in vp8_get_compressed_data() local5375 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5382 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()5387 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()5391 if (this_duration) in vp8_get_compressed_data()5394 cpi->ref_framerate = 10000000.0 / this_duration; in vp8_get_compressed_data()5409 avg_duration *= (interval - avg_duration + this_duration); in vp8_get_compressed_data()