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
d1b64dee
Commit
d1b64dee
authored
Nov 05, 2014
by
Johann
Browse files
vp8 quantize is now in intrinsics, not asm
Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e
parent
a7889cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/quantize_test.cc
View file @
d1b64dee
...
...
@@ -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