Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c810 int active_cq_level = oxcf->cq_level; in get_active_cq_level() local
815 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()
818 return active_cq_level; in get_active_cq_level()