]> granicus.if.org Git - libvpx/commitdiff
test.mk: enable vp9_denoiser_test w/NEON
authorJames Zern <jzern@google.com>
Tue, 4 May 2021 19:10:21 +0000 (12:10 -0700)
committerJames Zern <jzern@google.com>
Tue, 4 May 2021 19:28:01 +0000 (12:28 -0700)
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

test/test.mk

index 04902382dbed5e1632ff843c2eb3cf6be16cd192..b0319fb0de2b8dea2233db8773e881fdbb97ccbd 100644 (file)
@@ -193,10 +193,8 @@ LIBVPX_TEST_SRCS-$(CONFIG_NON_GREEDY_MV) += non_greedy_mv_test.cc
 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
 
 ifeq ($(CONFIG_VP9_ENCODER),yes)