Commit 6b5490cf authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Align struct to 32 bytes"

parents 0c02bfcc b5242368
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -209,8 +209,8 @@ class IntraPredBase { ...@@ -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_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment