shithub: libvpx

Download patch

ref: abc7105acdfbbeaeecf41c675148683a1cb8b4f7
parent: 2eb934d9c1fb4a460e3f03c8578b7b4f4f195784
author: James Zern <jzern@google.com>
date: Tue May 4 08:10:21 EDT 2021

test.mk: enable vp9_denoiser_test w/NEON

this file uses GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST so it's
safe to enable unconditionally. the filter check fell out of sync with
the code, there's a sse2 and neon implementation for the filter.

Change-Id: I2a3336ccef3fb524ca5d9b8f88279240c9a276aa

--- a/test/test.mk
+++ b/test/test.mk
@@ -193,9 +193,7 @@
 endif
 
 ifeq ($(CONFIG_VP9_ENCODER)$(CONFIG_VP9_TEMPORAL_DENOISING),yesyes)
-ifneq (, $(filter yes, $(HAVE_SSE2) $(HAVE_AVX2)))
 LIBVPX_TEST_SRCS-yes += vp9_denoiser_test.cc
-endif
 endif
 LIBVPX_TEST_SRCS-$(CONFIG_VP9_ENCODER) += vp9_arf_freq_test.cc