summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.h
diff options
context:
space:
mode:
authorplepere <pierre-edouard.lepere@insa-rennes.fr>2014-04-28 16:12:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-06 18:23:36 +0200
commit7a2491c436af41de103ca82294d79eb2031c6607 (patch)
treea23b3e9cea28f96463378ea45f61f7abb7d5e0d5 /libavcodec/hevcdsp.h
parent83976e40e89655162e5394cf8915d9b6d89702d9 (diff)
downloadffmpeg-streaming-7a2491c436af41de103ca82294d79eb2031c6607.zip
ffmpeg-streaming-7a2491c436af41de103ca82294d79eb2031c6607.tar.gz
HEVC : added assembly MC functions
pretty print x86 Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevcdsp.h')
-rw-r--r--libavcodec/hevcdsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h
index 678c8c9..6fd5469 100644
--- a/libavcodec/hevcdsp.h
+++ b/libavcodec/hevcdsp.h
@@ -2,6 +2,8 @@
* HEVC video decoder
*
* Copyright (C) 2012 - 2013 Guillaume Martres
+ * Copyright (C) 2013 - 2014 Pierre-Edouard Lepere
+ *
*
* This file is part of FFmpeg.
*
@@ -116,5 +118,6 @@ void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth);
extern const int8_t ff_hevc_epel_filters[7][4];
extern const int8_t ff_hevc_qpel_filters[3][16];
+void ff_hevcdsp_init_x86(HEVCDSPContext *c, const int bit_depth);
#endif /* AVCODEC_HEVCDSP_H */
OpenPOWER on IntegriCloud