vp8: Add control for gf boost for 1 pass cbr.
authorMarco <marpan@google.com>
Mon, 17 Oct 2016 21:32:28 +0000 (14:32 -0700)
committerMarco <marpan@google.com>
Wed, 19 Oct 2016 16:43:53 +0000 (09:43 -0700)
commitff38b8dfaed089cb36d651dcdc6c1fb74acab657
tree7692c3fc912a6f484fc6d648cca22a9b4abeffa6
parent7f31bfeddbe4a0309b2a79129c1d526ba5725864
vp8: Add control for gf boost for 1 pass cbr.

Control already exists for vp9, adding it to vp8.
Usage is only when error_resilient is off.
Added a datarate unittest for non-zero boost.

Change-Id: I4296055ebe2f4f048e8210f344531f6486ac9e35
test/datarate_test.cc
vp8/common/onyx.h
vp8/encoder/ratectrl.c
vp8/vp8_cx_iface.c
vpx/vp8cx.h
vpxenc.c