Commit 71e2cb47 authored by James Almer's avatar James Almer

x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 12120174
......@@ -209,6 +209,7 @@ HEVC_SAO_BAND_FILTER_FUNCS
INIT_XMM avx
HEVC_SAO_BAND_FILTER_FUNCS
%if HAVE_AVX2_EXTERNAL
INIT_XMM avx2
HEVC_SAO_BAND_FILTER_8 8, 0
HEVC_SAO_BAND_FILTER_8 16, 1
......@@ -236,3 +237,4 @@ HEVC_SAO_BAND_FILTER_16 12, 48, 1
INIT_YMM avx2
HEVC_SAO_BAND_FILTER_16 12, 64, 2
%endif
%endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment