summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index a204c8b60..bd29eeee7 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -85,6 +85,9 @@ typedef struct {
int hybrid_pred_diff;
int comp_pred_diff;
int single_pred_diff;
+#if CONFIG_TX_SELECT
+ int64_t txfm_rd_diff[NB_TXFM_MODES];
+#endif
} PICK_MODE_CONTEXT;
typedef struct {