Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h632 static INLINE int is_altref_enabled(const VP9_COMP *const cpi) { in is_altref_enabled() function
Dvp9_ratectrl.c1364 if (is_altref_enabled(cpi) && cpi->refresh_alt_ref_frame && in vp9_rc_postencode_update()
1731 if (is_altref_enabled(cpi)) { in vp9_rc_set_gf_interval_range()
Dvp9_firstpass.c1879 unsigned int allow_alt_ref = is_altref_enabled(cpi); in define_gf_group()
Dvp9_encoder.c4123 if (is_altref_enabled(cpi)) {