Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.h24 return !cpi->multi_arf_allowed && cpi->refresh_golden_frame && in vp9_preserve_existing_gf()
Dvp9_encoder.h477 int multi_arf_allowed; member
Dvp9_temporal_filter.c646 if (cpi->oxcf.pass == 2 && cpi->multi_arf_allowed) { in adjust_arnr_filter()
Dvp9_encoder.c2718 if ((cpi->oxcf.pass == 2) && cpi->multi_arf_allowed) {
3672 if ((cpi->oxcf.pass == 2) && cpi->multi_arf_allowed) {
4210 cpi->multi_arf_allowed = 1;
4212 cpi->multi_arf_allowed = 0;
4348 if (!cpi->use_svc && cpi->multi_arf_allowed) {
Dvp9_firstpass.c1936 if (cpi->multi_arf_allowed) { in define_gf_group()
2042 (cpi->multi_arf_allowed && (rc->baseline_gf_interval >= 6) && in define_gf_group()
Dvp9_bitstream.c918 if ((cpi->oxcf.pass == 2) && cpi->multi_arf_allowed) { in get_refresh_mask()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c985 (cpi->multi_arf_allowed ? 8 : 2); in encoder_encode()