summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2018-09-28 11:28:35 -0700
committerJingning Han <jingning@google.com>2018-09-28 11:28:35 -0700
commitb898e68c7b98765a8549cb58557d87abd8751fd6 (patch)
treefd89e89e948c4cc7d72018bbb972af7390b18b87 /vp9/encoder/vp9_firstpass.h
parent1794bac3fbd08096741bf8d7c486c86bfeb02589 (diff)
downloadlibvpx-b898e68c7b98765a8549cb58557d87abd8751fd6.tar
libvpx-b898e68c7b98765a8549cb58557d87abd8751fd6.tar.gz
libvpx-b898e68c7b98765a8549cb58557d87abd8751fd6.tar.bz2
libvpx-b898e68c7b98765a8549cb58557d87abd8751fd6.zip
Remove deprecated arf_update_index from GF_GROUP
As we move to unify the GOP structure layout control, the variable arf_update_idx and arf_ref_idx are deprecated. Change-Id: Iadcb9e6033d419d4b2015fe747c23be59a7da787
Diffstat (limited to 'vp9/encoder/vp9_firstpass.h')
-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 e2fd58b8d..b5f21eacb 100644
--- a/vp9/encoder/vp9_firstpass.h
+++ b/vp9/encoder/vp9_firstpass.h
@@ -135,8 +135,6 @@ typedef struct {
FRAME_UPDATE_TYPE update_type[MAX_STATIC_GF_GROUP_LENGTH + 2];
unsigned char arf_src_offset[MAX_STATIC_GF_GROUP_LENGTH + 2];
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];
int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 2];
int gfu_boost[MAX_STATIC_GF_GROUP_LENGTH + 2];