Home
last modified time | relevance | path

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

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