Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c1409 void vp8_new_frame_rate(VP8_COMP *cpi, double framerate) in vp8_new_frame_rate() function
1675 vp8_new_frame_rate(cpi, cpi->oxcf.frame_rate); in vp8_change_config()
4977 vp8_new_frame_rate(cpi, this_fps); in vp8_get_compressed_data()
4987 vp8_new_frame_rate(cpi, (7 * cpi->oxcf.frame_rate + this_fps) / 8); in vp8_get_compressed_data()
Dfirstpass.c1161 extern void vp8_new_frame_rate(VP8_COMP *cpi, double framerate);
1190 vp8_new_frame_rate(cpi, 10000000.0 * cpi->total_stats->count / cpi->total_stats->duration); in vp8_init_second_pass()