Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c604 int *arfgf_high_motion_minq; in get_gf_active_quality() local
606 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_active_quality()
608 arfgf_low_motion_minq, arfgf_high_motion_minq); in get_gf_active_quality()
612 int *arfgf_high_motion_minq; in get_gf_high_motion_quality() local
613 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_high_motion_quality()
614 return arfgf_high_motion_minq[q]; in get_gf_high_motion_quality()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c878 int *arfgf_high_motion_minq; in get_gf_active_quality() local
883 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_active_quality()
885 arfgf_low_motion_minq, arfgf_high_motion_minq); in get_gf_active_quality()