Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1086 int active_cq_level = oxcf->cq_level; in get_active_cq_level_one_pass() local
1090 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_one_pass()
1093 return active_cq_level; in get_active_cq_level_one_pass()
1102 int active_cq_level = oxcf->cq_level; in get_active_cq_level_two_pass() local
1105 active_cq_level -= in get_active_cq_level_two_pass()
1107 active_cq_level = VPXMAX(active_cq_level, 0); in get_active_cq_level_two_pass()
1112 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_two_pass()
1116 return active_cq_level; in get_active_cq_level_two_pass()
/external/libaom/libaom/av1/encoder/
Dratectrl.c817 int active_cq_level = oxcf->cq_level; in get_active_cq_level() local
825 active_cq_level = in get_active_cq_level()
826 AOMMAX(active_cq_level - ((superres_denom - SCALE_NUMERATOR) * 4), 0); in get_active_cq_level()
832 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()
835 return active_cq_level; in get_active_cq_level()