Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h1100 void vp9_new_framerate(VP9_COMP *cpi, double framerate);
Dvp9_svc_layercontext.c1292 vp9_new_framerate(cpi, 10000000.0 / this_duration); in vp9_svc_adjust_frame_rate()
Dvp9_encoder.c1407 void vp9_new_framerate(VP9_COMP *cpi, double framerate) { in vp9_new_framerate() function
1997 vp9_new_framerate(cpi, cpi->framerate); in vp9_change_config()
5465 vp9_new_framerate(cpi, 10000000.0 / this_duration);
5476 vp9_new_framerate(cpi, 10000000.0 / avg_duration);
Dvp9_firstpass.c1713 vp9_new_framerate(cpi, frame_rate); in vp9_init_second_pass()