Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h44 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
Dvp9_aq_cyclicrefresh.c322 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_get_rdmult() function
Dvp9_encodeframe.c1072 x->rdmult = vp9_cyclic_refresh_get_rdmult(cpi->cyclic_refresh); in rd_pick_sb_modes()