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.c658 int *arfgf_high_motion_minq; in get_gf_active_quality() local
660 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_active_quality()
662 arfgf_low_motion_minq, arfgf_high_motion_minq); in get_gf_active_quality()
666 int *arfgf_high_motion_minq; in get_gf_high_motion_quality() local
667 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_high_motion_quality()
668 return arfgf_high_motion_minq[q]; in get_gf_high_motion_quality()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c889 int *arfgf_high_motion_minq; in get_gf_active_quality() local
894 ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq); in get_gf_active_quality()
896 arfgf_low_motion_minq, arfgf_high_motion_minq); in get_gf_active_quality()
1429 int *arfgf_high_motion_minq, *arfgf_low_motion_minq; in rc_pick_q_and_bounds_two_pass() local
1459 ASSIGN_MINQ_TABLE(cm->bit_depth, arfgf_high_motion_minq); in rc_pick_q_and_bounds_two_pass()
1460 arf_active_best_quality_hl = arfgf_high_motion_minq[q]; in rc_pick_q_and_bounds_two_pass()