summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2018-09-27 12:00:56 -0700
committerJingning Han <jingning@google.com>2018-09-27 12:00:56 -0700
commit28880c3a28b997ac902dff3ea10dd74d9b81f2ee (patch)
tree2f3dd9cdd1127fefb29b5908ddb517bd27f63781
parent6d082201f1dba88af20f9c050aaf2166c92dc6b5 (diff)
downloadlibvpx-28880c3a28b997ac902dff3ea10dd74d9b81f2ee.tar
libvpx-28880c3a28b997ac902dff3ea10dd74d9b81f2ee.tar.gz
libvpx-28880c3a28b997ac902dff3ea10dd74d9b81f2ee.tar.bz2
libvpx-28880c3a28b997ac902dff3ea10dd74d9b81f2ee.zip
Remove deprecated variables from GF_GROUP structure
Change-Id: I8c02216a369be6a51af9872f3ce05045038fc481
-rw-r--r--vp9/encoder/vp9_firstpass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_firstpass.h b/vp9/encoder/vp9_firstpass.h
index da1c61c49..886f51d5a 100644
--- a/vp9/encoder/vp9_firstpass.h
+++ b/vp9/encoder/vp9_firstpass.h
@@ -136,8 +136,6 @@ typedef struct {
unsigned char layer_depth[MAX_STATIC_GF_GROUP_LENGTH + 2];
unsigned char arf_update_idx[MAX_STATIC_GF_GROUP_LENGTH + 2];
unsigned char arf_ref_idx[MAX_STATIC_GF_GROUP_LENGTH + 2];
- unsigned char brf_src_offset[MAX_STATIC_GF_GROUP_LENGTH + 2];
- unsigned char bidir_pred_enabled[MAX_STATIC_GF_GROUP_LENGTH + 2];
int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 2];
int gfu_boost[MAX_STATIC_GF_GROUP_LENGTH + 2];