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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/hevcdsp.h') diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index a5ebb84b6c..aad96db3ad 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -104,6 +104,8 @@ typedef struct HEVCDSPContext { void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth); +void ff_hevc_dsp_init_x86(HEVCDSPContext *c, const int bit_depth); + extern const int8_t ff_hevc_epel_filters[7][16]; #endif /* AVCODEC_HEVCDSP_H */ -- cgit v1.2.3