Skip to content
GitLab
Menu
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
26a07212
Commit
26a07212
authored
Dec 10, 2014
by
Johann
Browse files
Enable neon idct tests for intrinsics
Change-Id: I45d4a22f3ecb9af172e37c95f168805e492c5493
parent
3f7c12da
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/partial_idct_test.cc
View file @
26a07212
...
...
@@ -230,7 +230,7 @@ INSTANTIATE_TEST_CASE_P(
&
vp9_idct4x4_1_add_c
,
TX_4X4
,
1
)));
#if HAVE_NEON
_ASM
#if HAVE_NEON
INSTANTIATE_TEST_CASE_P
(
NEON
,
PartialIDctTest
,
::
testing
::
Values
(
...
...
@@ -258,7 +258,7 @@ INSTANTIATE_TEST_CASE_P(
&
vp9_idct4x4_16_add_c
,
&
vp9_idct4x4_1_add_neon
,
TX_4X4
,
1
)));
#endif
#endif
// HAVE_NEON
#if HAVE_SSE2 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
INSTANTIATE_TEST_CASE_P
(
...
...
Write
Preview
Supports
Markdown
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