Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c4975 double this_fps = 10000000.000 / (cpi->source_end_time_stamp - cpi->source_time_stamp); in vp8_get_compressed_data() local
4977 vp8_new_frame_rate(cpi, this_fps); in vp8_get_compressed_data()
4986 double this_fps = 10000000.000 / nanosecs; in vp8_get_compressed_data() local
4987 vp8_new_frame_rate(cpi, (7 * cpi->oxcf.frame_rate + this_fps) / 8); in vp8_get_compressed_data()