Home
last modified time | relevance | path

Searched refs:this_duration (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4081 int64_t this_duration; local
4085 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);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5370 int64_t this_duration; in vp8_get_compressed_data() local
5375 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()