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
92440e82
Commit
92440e82
authored
Nov 05, 2014
by
Johann
Committed by
Gerrit Code Review
Nov 05, 2014
Browse files
Merge "vp8 quantize is now in intrinsics, not asm"
parents
2c95a3f3
d1b64dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/quantize_test.cc
View file @
92440e82
...
...
@@ -187,9 +187,9 @@ INSTANTIATE_TEST_CASE_P(MEDIA, QuantizeTest,
&
vp8_fast_quantize_b_c
)));
#endif // HAVE_MEDIA
#if HAVE_NEON
_ASM
#if HAVE_NEON
INSTANTIATE_TEST_CASE_P
(
NEON
,
QuantizeTest
,
::
testing
::
Values
(
make_tuple
(
&
vp8_fast_quantize_b_neon
,
&
vp8_fast_quantize_b_c
)));
#endif // HAVE_NEON
_ASM
#endif // HAVE_NEON
}
// namespace
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