Merge "Align struct to 32 bytes"

This commit is contained in:
Yaowu Xu 2013-09-25 17:55:05 -07:00 committed by Gerrit Code Review
commit 6b5490cf68

View File

@ -209,8 +209,8 @@ class IntraPredBase {
} }
} }
MACROBLOCKD mb_; DECLARE_ALIGNED(32, MACROBLOCKD, mb_);
MODE_INFO mi_; DECLARE_ALIGNED(32, MODE_INFO, mi_);
uint8_t *data_ptr_[2]; // in the case of Y, only [0] is used uint8_t *data_ptr_[2]; // in the case of Y, only [0] is used
int stride_; int stride_;
int block_size_; int block_size_;