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
Xiph.Org
aom-rav1e
Commits
f26a48bd
Commit
f26a48bd
authored
Jun 22, 2016
by
Yi Luo
Browse files
Fix input buffer initialization in convolution filter test
Change-Id: I70c0da96a81463d752e88b134b6fde012bd5823d
parent
883e3b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp10_convolve_optimz_test.cc
View file @
f26a48bd
...
...
@@ -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
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