Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c764 unsigned int allow_alt_ref = is_altref_enabled(cpi); in define_gf_group() local
864 allow_alt_ref = 0; in define_gf_group()
916 allow_alt_ref && (i < cpi->oxcf.lag_in_frames) && in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1647 unsigned int allow_alt_ref = in define_gf_group() local
1725 allow_alt_ref = 0; in define_gf_group()
1805 if (allow_alt_ref && (i >= MIN_GF_INTERVAL) && in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2442 unsigned int allow_alt_ref = is_altref_enabled(cpi); in define_gf_group() local
2579 allow_alt_ref = 0; in define_gf_group()
2625 if ((zero_motion_accumulator < 0.995) && allow_alt_ref && in define_gf_group()