Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h179 int alt_ref_gf_group; member
Dvp9_ratectrl.c398 rc->alt_ref_gf_group = 0; in vp9_rc_init()
1719 if (cpi->rc.alt_ref_gf_group && !cpi->rc.is_src_frame_alt_ref && in update_altref_usage()
2017 rc->alt_ref_gf_group = 0; in vp9_rc_get_one_pass_vbr_params()
2020 rc->alt_ref_gf_group = 1; in vp9_rc_get_one_pass_vbr_params()
2756 rc->alt_ref_gf_group = 0; in adjust_gf_boost_lag_one_pass_vbr()
2759 rc->alt_ref_gf_group = 1; in adjust_gf_boost_lag_one_pass_vbr()
Dvp9_pickmode.c1830 !cpi->rc.alt_ref_gf_group && !cpi->rc.last_frame_is_src_altref) { in vp9_pick_inter_mode()
1837 if (cpi->rc.alt_ref_gf_group || cpi->rc.is_src_frame_alt_ref) in vp9_pick_inter_mode()
2039 if (cpi->rc.alt_ref_gf_group && cm->show_frame && in vp9_pick_inter_mode()
2045 if (cpi->rc.alt_ref_gf_group && cm->show_frame && in vp9_pick_inter_mode()
Dvp9_encodeframe.c5389 !cpi->refresh_alt_ref_frame && cpi->rc.alt_ref_gf_group && in encode_nonrd_sb_row()
5999 cpi->rc.alt_ref_gf_group && !cpi->rc.is_src_frame_alt_ref && in vp9_encode_frame()