]> granicus.if.org Git - libvpx/commit
Allow external arf to determine gop size
authorCheng Chen <chengchen@google.com>
Tue, 18 Feb 2020 17:57:46 +0000 (09:57 -0800)
committerCheng Chen <chengchen@google.com>
Mon, 24 Feb 2020 22:49:14 +0000 (14:49 -0800)
commit08b01d5e05774bea18348e1f282b940f7fcddb98
treebb264f7b5b8aad13da560945c472ac229a2e0509
parent7e665ec96839d33b4943c09f4e4e39962b8afba5
Allow external arf to determine gop size

When "rate_ctrl" experiment is on, we allow the external arf
passed from outside to determine group of picture size
in define_gf_group().

Change-Id: I0b8c3e1bf3087f21a4e484354168df4967d35bba
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.h
vp9/simple_encode.cc