Revert "Align struct to 32 bytes"
This reverts commit b5242368f3800e3b658e6ee4567bd41110c80071 Change-Id: I73c7a8bd23bb67f278f86b3fd2ecdc25a39b12b9
This commit is contained in:
parent
b5242368f3
commit
e45f4a4a4c
@ -209,8 +209,8 @@ class IntraPredBase {
|
||||
}
|
||||
}
|
||||
|
||||
DECLARE_ALIGNED(32, MACROBLOCKD, mb_);
|
||||
DECLARE_ALIGNED(32, MODE_INFO, mi_);
|
||||
MACROBLOCKD mb_;
|
||||
MODE_INFO mi_;
|
||||
uint8_t *data_ptr_[2]; // in the case of Y, only [0] is used
|
||||
int stride_;
|
||||
int block_size_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user