summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_context_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_context_tree.h')
-rw-r--r--vp9/encoder/vp9_context_tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_context_tree.h b/vp9/encoder/vp9_context_tree.h
index d60e6c3eb..0cbb24429 100644
--- a/vp9/encoder/vp9_context_tree.h
+++ b/vp9/encoder/vp9_context_tree.h
@@ -34,6 +34,9 @@ typedef struct {
int num_4x4_blk;
int skip;
int skip_txfm[MAX_MB_PLANE];
+ // For current partition, only if all Y, U, and V transform blocks'
+ // coefficients are quantized to 0, skippable is set to 0.
+ int skippable;
int best_mode_index;
int hybrid_pred_diff;
int comp_pred_diff;