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
6b5490cf
Commit
6b5490cf
authored
Sep 25, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 25, 2013
Browse files
Merge "Align struct to 32 bytes"
parents
0c02bfcc
b5242368
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/intrapred_test.cc
View file @
6b5490cf
...
@@ -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_
;
...
...
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