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 8a95db798..f7390a8fd 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -98,6 +98,9 @@ typedef struct
int mbmode_cost[2][MB_MODE_COUNT];
int intra_uv_mode_cost[2][MB_MODE_COUNT];
unsigned int bmode_costs[10][10][10];
+#if CONFIG_I8X8
+ unsigned int i8x8_mode_costs[MB_MODE_COUNT];
+#endif
unsigned int inter_bmode_costs[B_MODE_COUNT];
// These define limits to motion vector components to prevent them from extending outside the UMV borders