Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_firstpass.h276 int multi_layer_arf, int allow_alt_ref,
283 int allow_alt_ref);
Dvp9_firstpass.c2697 int allow_alt_ref = is_altref_enabled(cpi); in define_gf_group() local
2743 use_alt_ref &= allow_alt_ref; in define_gf_group()
2749 assert(allow_alt_ref == 1); in define_gf_group()
2768 gop_info.allow_alt_ref = allow_alt_ref; in define_gf_group()
3755 const int allow_alt_ref = 1; in vp9_get_next_group_of_picture() local
3778 multi_layer_arf, allow_alt_ref, *first_is_key_frame, in vp9_get_next_group_of_picture()
3787 int multi_layer_arf, int allow_alt_ref, in vp9_get_gop_coding_frame_count() argument
3815 *use_alt_ref &= allow_alt_ref; in vp9_get_gop_coding_frame_count()
3824 int allow_alt_ref) { in vp9_get_coding_frame_num() argument
3846 allow_alt_ref, first_is_key_frame, last_gop_use_alt_ref, &use_alt_ref); in vp9_get_coding_frame_num()
Dvp9_ext_ratectrl.c218 if (!arf_constraint || !gop_info->allow_alt_ref) return VPX_CODEC_ERROR; in vp9_extrc_get_gop_decision()
/external/libvpx/vpx/
Dvpx_ext_ratectrl.h336 int allow_alt_ref; member
/external/libvpx/test/
Dvp9_ext_ratectrl_test.cc465 EXPECT_EQ(gop_info->allow_alt_ref, 1); in rc_get_gop_decision()
503 EXPECT_EQ(gop_info->allow_alt_ref, 1); in rc_get_gop_decision_short()
541 EXPECT_EQ(gop_info->allow_alt_ref, 1); in rc_get_gop_decision_short_overlay()
577 EXPECT_EQ(gop_info->allow_alt_ref, 1); in rc_get_gop_decision_short_no_arf()
/external/libvpx/vp9/
Dsimple_encode.cc1269 const int allow_alt_ref = 1; in GetCodingFrameNum() local
1282 allow_alt_ref); in GetCodingFrameNum()
/external/libvpx/vp8/encoder/
Dfirstpass.c1635 unsigned int allow_alt_ref = in define_gf_group() local
1710 allow_alt_ref = 0; in define_gf_group()
1790 if (allow_alt_ref && (i >= MIN_GF_INTERVAL) && in define_gf_group()