Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
831d72ac
Commit
831d72ac
authored
Sep 26, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 26, 2013
Browse files
Merge "Revert "Align struct to 32 bytes""
parents
7755b9da
e45f4a4a
Changes
1
Show whitespace changes
Inline
Side-by-side
test/intrapred_test.cc
View file @
831d72ac
...
...
@@ -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_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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