Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
b5242368
Commit
b5242368
authored
Sep 25, 2013
by
Yaowu Xu
Browse files
Align struct to 32 bytes
Change-Id: I32fd813af7dd2a7d451f5fda278ea888b181fa8e
parent
682c2723
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/intrapred_test.cc
View file @
b5242368
...
...
@@ -209,8 +209,8 @@ class IntraPredBase {
}
}
MACROBLOCKD
mb_
;
MODE_INFO
mi_
;
DECLARE_ALIGNED
(
32
,
MACROBLOCKD
,
mb_
)
;
DECLARE_ALIGNED
(
32
,
MODE_INFO
,
mi_
)
;
uint8_t
*
data_ptr_
[
2
];
// in the case of Y, only [0] is used
int
stride_
;
int
block_size_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment