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
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
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