summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
diff options
context:
space:
mode:
authorZoe Liu <zoeliu@google.com>2018-06-21 19:26:32 -0700
committerZoe Liu <zoeliu@google.com>2018-06-22 19:31:09 -0700
commit1f9b095183e3df33d16569f09f0776b2fd01eba1 (patch)
tree6d7295f747fa99932026d376f3127f8f75d5582d /vp9/encoder/vp9_encoder.h
parent4a5f0c08991c5e25d74e53b53af60399bd3133a0 (diff)
downloadlibvpx-1f9b095183e3df33d16569f09f0776b2fd01eba1.tar
libvpx-1f9b095183e3df33d16569f09f0776b2fd01eba1.tar.gz
libvpx-1f9b095183e3df33d16569f09f0776b2fd01eba1.tar.bz2
libvpx-1f9b095183e3df33d16569f09f0776b2fd01eba1.zip
Add reference frame update flags for hierarchical
Previous CLs have implemented the construction of the hierarchical structure at the encoder side. This CL is to define and configure the according flags that will guide the reference frame update according to the constructed hierarchical structure. Change-Id: Iae55f2400f7c7beff41feff9308f87bfc70c7b21
Diffstat (limited to 'vp9/encoder/vp9_encoder.h')
-rw-r--r--vp9/encoder/vp9_encoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_encoder.h b/vp9/encoder/vp9_encoder.h
index ec02a78ee..bd610c5ff 100644
--- a/vp9/encoder/vp9_encoder.h
+++ b/vp9/encoder/vp9_encoder.h
@@ -514,6 +514,8 @@ typedef struct VP9_COMP {
int refresh_last_frame;
int refresh_golden_frame;
+ int refresh_bwd_ref_frame;
+ int refresh_alt2_ref_frame;
int refresh_alt_ref_frame;
int ext_refresh_frame_flags_pending;