Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2414 int64_t last_duration = cpi->last_end_time_stamp_seen in adjust_frame_rate() local
2420 if (last_duration) in adjust_frame_rate()
2421 step = (int)((this_duration - last_duration) * 10 / last_duration); in adjust_frame_rate()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5036 int64_t last_duration; in vp8_get_compressed_data() local
5039 last_duration = cpi->last_end_time_stamp_seen in vp8_get_compressed_data()
5042 if (last_duration) in vp8_get_compressed_data()
5043 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()
5044 10 / last_duration)); in vp8_get_compressed_data()