Skip to content
GitLab
Menu
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
76ff9b30
Commit
76ff9b30
authored
Jun 23, 2016
by
Yi Luo
Committed by
Gerrit Code Review
Jun 23, 2016
Browse files
Merge "Fix input buffer initialization in convolution filter test" into nextgenv2
parents
95d99ae1
f26a48bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp10_convolve_optimz_test.cc
View file @
76ff9b30
...
...
@@ -94,10 +94,7 @@ void VP10ConvolveOptimzTest::PrepFilterBuffer(uint8_t *src, uint8_t *src_ref,
int
r
,
c
;
ACMRandom
rnd
(
ACMRandom
::
DeterministicSeed
());
memset
(
src
,
0
,
maxBlockSize
);
memset
(
src_ref
,
0
,
maxBlockSize
);
memset
(
dst
,
0
,
maxBlockSize
);
memset
(
dst_ref
,
0
,
maxBlockSize
);
memset
(
alloc_
,
0
,
4
*
maxBlockSize
);
uint8_t
*
src_ptr
=
src
;
uint8_t
*
dst_ptr
=
dst
;
...
...
Write
Preview
Supports
Markdown
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