vp8 quantize is now in intrinsics, not asm
Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e
This commit is contained in:
@@ -187,9 +187,9 @@ INSTANTIATE_TEST_CASE_P(MEDIA, QuantizeTest,
|
|||||||
&vp8_fast_quantize_b_c)));
|
&vp8_fast_quantize_b_c)));
|
||||||
#endif // HAVE_MEDIA
|
#endif // HAVE_MEDIA
|
||||||
|
|
||||||
#if HAVE_NEON_ASM
|
#if HAVE_NEON
|
||||||
INSTANTIATE_TEST_CASE_P(NEON, QuantizeTest,
|
INSTANTIATE_TEST_CASE_P(NEON, QuantizeTest,
|
||||||
::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
|
::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
|
||||||
&vp8_fast_quantize_b_c)));
|
&vp8_fast_quantize_b_c)));
|
||||||
#endif // HAVE_NEON_ASM
|
#endif // HAVE_NEON
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user