Index: source/libvpx/vp9/common/vp9_common_data.c |
=================================================================== |
--- source/libvpx/vp9/common/vp9_common_data.c (revision 282873) |
+++ source/libvpx/vp9/common/vp9_common_data.c (working copy) |
@@ -107,6 +107,13 @@ |
TX_32X32, TX_32X32, TX_32X32, TX_32X32 |
}; |
+const BLOCK_SIZE txsize_to_bsize[TX_SIZES] = { |
+ BLOCK_4X4, // TX_4X4 |
+ BLOCK_8X8, // TX_8X8 |
+ BLOCK_16X16, // TX_16X16 |
+ BLOCK_32X32, // TX_32X32 |
+}; |
+ |
const TX_SIZE tx_mode_to_biggest_tx_size[TX_MODES] = { |
TX_4X4, // ONLY_4X4 |
TX_8X8, // ALLOW_8X8 |