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
05a3d8c9
Commit
05a3d8c9
authored
Mar 10, 2014
by
James Zern
Committed by
Gerrit Code Review
Mar 10, 2014
Browse files
Merge "Disable sixtap_predict_test for neon."
parents
32866fd8
4dd053eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/sixtap_predict_test.cc
View file @
05a3d8c9
...
...
@@ -198,7 +198,7 @@ const sixtap_predict_fn_t sixtap_16x16_neon = vp8_sixtap_predict16x16_neon;
const
sixtap_predict_fn_t
sixtap_8x8_neon
=
vp8_sixtap_predict8x8_neon
;
const
sixtap_predict_fn_t
sixtap_8x4_neon
=
vp8_sixtap_predict8x4_neon
;
INSTANTIATE_TEST_CASE_P
(
NEON
,
SixtapPredictTest
,
::
testing
::
Values
(
DISABLED_
NEON
,
SixtapPredictTest
,
::
testing
::
Values
(
make_tuple
(
16
,
16
,
sixtap_16x16_neon
),
make_tuple
(
8
,
8
,
sixtap_8x8_neon
),
make_tuple
(
8
,
4
,
sixtap_8x4_neon
)));
...
...
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