| Index: source/libvpx/vp9/common/vp9_blockd.c
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_blockd.c (revision 263011)
|
| +++ source/libvpx/vp9/common/vp9_blockd.c (working copy)
|
| @@ -40,7 +40,7 @@
|
| const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
|
| foreach_transformed_block_visitor visit, void *arg) {
|
| const struct macroblockd_plane *const pd = &xd->plane[plane];
|
| - const MB_MODE_INFO* mbmi = &xd->mi_8x8[0]->mbmi;
|
| + const MB_MODE_INFO* mbmi = &xd->mi[0]->mbmi;
|
| // 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.
|
|
|