Index: source/libvpx/vp9/common/vp9_blockd.c |
=================================================================== |
--- source/libvpx/vp9/common/vp9_blockd.c (revision 281795) |
+++ source/libvpx/vp9/common/vp9_blockd.c (working copy) |
@@ -44,7 +44,7 @@ |
// block and transform sizes, in number of 4x4 blocks log 2 ("*_b") |
// 4x4=0, 8x8=2, 16x16=4, 32x32=6, 64x64=8 |
// transform size varies per plane, look it up in a common way. |
- const TX_SIZE tx_size = plane ? get_uv_tx_size(mbmi) |
+ const TX_SIZE tx_size = plane ? get_uv_tx_size(mbmi, pd) |
: mbmi->tx_size; |
const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); |
const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; |