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.c2407 int64_t this_duration; in adjust_frame_rate() local
2411 this_duration = cpi->source->ts_end - cpi->source->ts_start; in adjust_frame_rate()
2417 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in adjust_frame_rate()
2421 step = (int)((this_duration - last_duration) * 10 / last_duration); in adjust_frame_rate()
2424 if (this_duration) { in adjust_frame_rate()
2426 vp9_new_framerate(cpi, 10000000.0 / this_duration); in adjust_frame_rate()
2434 avg_duration *= (interval - avg_duration + this_duration); in adjust_frame_rate()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5026 int64_t this_duration; in vp8_get_compressed_data() local
5031 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()
5038 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()
5043 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()
5047 if (this_duration) in vp8_get_compressed_data()
5050 cpi->ref_framerate = 10000000.0 / this_duration; in vp8_get_compressed_data()
5065 avg_duration *= (interval - avg_duration + this_duration); in vp8_get_compressed_data()