Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h121 void vp9_cyclic_refresh_setup(struct VP9_COMP *const cpi);
Dvp9_aq_cyclicrefresh.c593 void vp9_cyclic_refresh_setup(VP9_COMP *const cpi) { in vp9_cyclic_refresh_setup() function
Dvp9_encoder.c4141 vp9_cyclic_refresh_setup(cpi);
/external/libvpx/libvpx/vp9/
Dratectrl_rtc.cc190 if (cpi_->oxcf.aq_mode == CYCLIC_REFRESH_AQ) vp9_cyclic_refresh_setup(cpi_); in ComputeQP()