[FFmpeg-cvslog] x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2

James Almer git at videolan.org
Mon Feb 2 01:47:04 CET 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Feb  1 21:44:13 2015 -0300| [71e2cb4706c997171856cb9c43db98eba3f8f7eb] | committer: James Almer

x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71e2cb4706c997171856cb9c43db98eba3f8f7eb
---

 libavcodec/x86/hevc_sao.asm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/x86/hevc_sao.asm b/libavcodec/x86/hevc_sao.asm
index 4c11730..0585529 100644
--- a/libavcodec/x86/hevc_sao.asm
+++ b/libavcodec/x86/hevc_sao.asm
@@ -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



More information about the ffmpeg-cvslog mailing list