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
3cb5e39c
Commit
3cb5e39c
authored
Aug 03, 2017
by
Angie Chiang
Browse files
Add ASM_REGISTER_STATE_CHECK to ConvolveRoundTest
Change-Id: Ide1b7b9f2362d8e74e10c5a37c6622be504c1418
parent
c60a4b40
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/convolve_round_test.cc
View file @
3cb5e39c
...
...
@@ -109,7 +109,8 @@ class ConvolveRoundTest : public ::testing::TestWithParam<ConvolveRoundParam> {
GenerateBufferWithRandom
(
src_
,
src_stride
,
bits
,
w
,
h
);
func_ref_
(
src_
,
src_stride
,
dst_ref
,
dst_stride
,
w
,
h
,
bits
);
func_
(
src_
,
src_stride
,
dst
,
dst_stride
,
w
,
h
,
bits
);
ASM_REGISTER_STATE_CHECK
(
func_
(
src_
,
src_stride
,
dst
,
dst_stride
,
w
,
h
,
bits
));
diff_wide
=
w
;
if
(
data_path_
==
LOWBITDEPTH_TEST
)
diff_wide
>>=
1
;
...
...
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