Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
5a9f36d3
Commit
5a9f36d3
authored
Aug 04, 2015
by
Parag Salasakar
Committed by
Gerrit Code Review
Aug 04, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "mips msa vpx subtract test added"
parents
457a87d9
4bfe3bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/vp9_subtract_test.cc
test/vp9_subtract_test.cc
+4
-0
No files found.
test/vp9_subtract_test.cc
View file @
5a9f36d3
...
...
@@ -101,5 +101,9 @@ INSTANTIATE_TEST_CASE_P(SSE2, VP9SubtractBlockTest,
INSTANTIATE_TEST_CASE_P
(
NEON
,
VP9SubtractBlockTest
,
::
testing
::
Values
(
vpx_subtract_block_neon
));
#endif
#if HAVE_MSA
INSTANTIATE_TEST_CASE_P
(
MSA
,
VP9SubtractBlockTest
,
::
testing
::
Values
(
vpx_subtract_block_msa
));
#endif
}
// namespace vp9
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