From 1a880b2fb8456ce68eefe5902bac95fea1e6a72d Mon Sep 17 00:00:00 2001 From: Pierre Edouard Lepere Date: Wed, 18 Jun 2014 05:57:16 +0200 Subject: hevc: SSE2 and SSSE3 loop filters Additional contributions by James Almer , Carl Eugen Hoyos , Fiona Glaser and Anton Khirnov Signed-off-by: Anton Khirnov --- libavcodec/hevcdsp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/hevcdsp.c') diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c index de8c3d268e..0abee9b1d8 100644 --- a/libavcodec/hevcdsp.c +++ b/libavcodec/hevcdsp.c @@ -187,4 +187,7 @@ void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth) HEVC_DSP(8); break; } + + if (ARCH_X86) + ff_hevc_dsp_init_x86(hevcdsp, bit_depth); } -- cgit v1.2.3