From 70d685a77f283b110e7b1ab565ff5de53f752d55 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 7 Feb 2016 00:52:06 -0300 Subject: x86: use the new helper macros where useful Reviewed-by: Michael Niedermayer Signed-off-by: James Almer --- libavcodec/x86/vp9dsp_init_16bpp_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/vp9dsp_init_16bpp_template.c') diff --git a/libavcodec/x86/vp9dsp_init_16bpp_template.c b/libavcodec/x86/vp9dsp_init_16bpp_template.c index 90cdcc9ace..4840b2844e 100644 --- a/libavcodec/x86/vp9dsp_init_16bpp_template.c +++ b/libavcodec/x86/vp9dsp_init_16bpp_template.c @@ -225,7 +225,7 @@ av_cold void INIT_FUNC(VP9DSPContext *dsp, int bitexact) init_lpf_funcs(BPC, avx); } - if (EXTERNAL_AVX2(cpu_flags)) { + if (EXTERNAL_AVX2_FAST(cpu_flags)) { #if HAVE_AVX2_EXTERNAL init_subpel3_32_64(0, put, BPC, avx2); init_subpel3_32_64(1, avg, BPC, avx2); -- cgit v1.2.3