summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_common_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/vp9_common_data.h')
-rw-r--r--vp9/common/vp9_common_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp9/common/vp9_common_data.h b/vp9/common/vp9_common_data.h
index 7f9f90433..52c314897 100644
--- a/vp9/common/vp9_common_data.h
+++ b/vp9/common/vp9_common_data.h
@@ -17,5 +17,9 @@ extern const int b_width_log2_lookup[BLOCK_SIZE_TYPES];
extern const int b_height_log2_lookup[BLOCK_SIZE_TYPES];
extern const int mi_width_log2_lookup[BLOCK_SIZE_TYPES];
extern const int mi_height_log2_lookup[BLOCK_SIZE_TYPES];
+extern const BLOCK_SIZE_TYPE subsize_lookup[PARTITION_TYPES][BLOCK_SIZE_TYPES];
+extern const TX_SIZE max_txsize_lookup[BLOCK_SIZE_TYPES];
+extern const TX_SIZE max_uv_txsize_lookup[BLOCK_SIZE_TYPES];
+extern const BLOCK_SIZE_TYPE bsize_from_dim_lookup[5][5];
#endif // VP9_COMMON_VP9_COMMON_DATA_H