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
91ae5d95
Commit
91ae5d95
authored
Aug 26, 2016
by
Jingning Han
Browse files
Fix VS build warnings in blend_a64_mask_test.cc
Change-Id: Id4c764198549a60d98e5c4a74083972b97da5b81
parent
d21982c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/blend_a64_mask_test.cc
View file @
91ae5d95
...
...
@@ -99,16 +99,16 @@ class BlendA64MaskTest : public FunctionEquivalenceTest<F> {
T
dst_ref_
[
kBufSize
];
T
dst_tst_
[
kBufSize
];
size
_t
dst_stride_
;
size
_t
dst_offset_
;
uint32
_t
dst_stride_
;
uint32
_t
dst_offset_
;
T
src0_
[
kBufSize
];
size
_t
src0_stride_
;
size
_t
src0_offset_
;
uint32
_t
src0_stride_
;
uint32
_t
src0_offset_
;
T
src1_
[
kBufSize
];
size
_t
src1_stride_
;
size
_t
src1_offset_
;
uint32
_t
src1_stride_
;
uint32
_t
src1_offset_
;
uint8_t
mask_
[
kMaxMaskSize
];
size_t
mask_stride_
;
...
...
@@ -116,8 +116,8 @@ class BlendA64MaskTest : public FunctionEquivalenceTest<F> {
int
w_
;
int
h_
;
bool
suby_
;
bool
subx_
;
int
suby_
;
int
subx_
;
};
//////////////////////////////////////////////////////////////////////////////
...
...
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