Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h257 void av1_rc_update_framerate(struct AV1_COMP *cpi, int width, int height);
Dratectrl.c1797 void av1_rc_update_framerate(AV1_COMP *cpi, int width, int height) { in av1_rc_update_framerate() function
Dencoder.c878 av1_rc_update_framerate(cpi, cpi->common.width, cpi->common.height); in av1_new_framerate()