Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Options
Browse Files
Download
Plain Diff
Merge "Fix input buffer initialization in convolution filter test" into nextgenv2
parents
95d99ae1
f26a48bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
test/vp10_convolve_optimz_test.cc
test/vp10_convolve_optimz_test.cc
+1
-4
No files found.
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
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