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
e45f4a4a
Commit
e45f4a4a
authored
Sep 26, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 26, 2013
Browse files
Revert "Align struct to 32 bytes"
This reverts commit
b5242368
Change-Id: I73c7a8bd23bb67f278f86b3fd2ecdc25a39b12b9
parent
b5242368
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/intrapred_test.cc
View file @
e45f4a4a
...
...
@@ -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
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