From ca96e337169093979d7c763064ad9dae12b3108c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 20 Dec 2013 11:20:24 +0100 Subject: vp9: drop support for real (non-emulated) edges They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity. --- tests/fate/vpx.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/fate') diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index d1ed374b78..f969738994 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -78,7 +78,6 @@ $(eval $(call FATE_VP9_SUITE,tiling-pedestrian,$(1),$(2))) endef $(eval $(call FATE_VP9_FULL)) -$(eval $(call FATE_VP9_FULL,-emu-edge,-flags +emu_edge)) FATE_SAMPLES_AVCONV-$(CONFIG_VP9_DECODER) += $(FATE_VP9-yes) fate-vp9: $(FATE_VP9-yes) -- cgit v1.2.3