From e86670a2af279917397271d6cfe4db2e30fe4693 Mon Sep 17 00:00:00 2001 From: Zoe Liu Date: Thu, 21 Jun 2018 16:28:15 -0700 Subject: Add extra altref option for hierarchical structure This CL is to hook up the implemented hierarchical structure construction as well as its corresponding bitrate allocation functionality with the defining of a GF group. Currently the hierarchical structure is off by default. Hence this CL has no impact on coding performance. Change-Id: I9e1ddfd877559e99072c23970f7fe103b64ed9ee --- vp9/encoder/vp9_encoder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vp9/encoder/vp9_encoder.h') diff --git a/vp9/encoder/vp9_encoder.h b/vp9/encoder/vp9_encoder.h index a3d39266f..ec02a78ee 100644 --- a/vp9/encoder/vp9_encoder.h +++ b/vp9/encoder/vp9_encoder.h @@ -758,9 +758,7 @@ typedef struct VP9_COMP { int num_extra_arfs; int arf_pos_in_gf[MAX_EXT_ARFS + 1]; int arf_pos_for_ovrly[MAX_EXT_ARFS + 1]; - int extra_arf_allowed; - int bwd_ref_allowed; vpx_roi_map_t roi; } VP9_COMP; -- cgit v1.2.3