Searched refs:vp9_cyclic_refresh_setup (Results 1 – 4 of 4) sorted by relevance
121 void vp9_cyclic_refresh_setup(struct VP9_COMP *const cpi);
593 void vp9_cyclic_refresh_setup(VP9_COMP *const cpi) { in vp9_cyclic_refresh_setup() function
4141 vp9_cyclic_refresh_setup(cpi);
190 if (cpi_->oxcf.aq_mode == CYCLIC_REFRESH_AQ) vp9_cyclic_refresh_setup(cpi_); in ComputeQP()