summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
diff options
context:
space:
mode:
authorZoe Liu <zoeliu@google.com>2018-06-21 16:28:15 -0700
committerZoe Liu <zoeliu@google.com>2018-06-22 11:28:58 -0700
commite86670a2af279917397271d6cfe4db2e30fe4693 (patch)
tree1a62e9b6066d2ef9e280e5fe81fd576139f642a4 /vp9/encoder/vp9_encoder.h
parenta665b23a9b8dda71370ad42d71b64628a764d19d (diff)
downloadlibvpx-e86670a2af279917397271d6cfe4db2e30fe4693.tar
libvpx-e86670a2af279917397271d6cfe4db2e30fe4693.tar.gz
libvpx-e86670a2af279917397271d6cfe4db2e30fe4693.tar.bz2
libvpx-e86670a2af279917397271d6cfe4db2e30fe4693.zip
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
Diffstat (limited to 'vp9/encoder/vp9_encoder.h')
-rw-r--r--vp9/encoder/vp9_encoder.h2
1 files changed, 0 insertions, 2 deletions
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;