From ff38b8dfaed089cb36d651dcdc6c1fb74acab657 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 17 Oct 2016 14:32:28 -0700 Subject: 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 --- vp8/common/onyx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vp8/common') diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h index 43e3c29b5..72fba2ec5 100644 --- a/vp8/common/onyx.h +++ b/vp8/common/onyx.h @@ -110,6 +110,8 @@ typedef struct { int Sharpness; int cpu_used; unsigned int rc_max_intra_bitrate_pct; + /* percent of rate boost for golden frame in CBR mode. */ + unsigned int gf_cbr_boost_pct; unsigned int screen_content_mode; /* mode -> -- cgit v1.2.3