Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-15 18:13:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-15 18:13:41 +0400
commit19fc3c0122ebbffd5d8678cc70750503545fa7f8 (patch)
treed4181c5647f90d5d18c3f95484abc6073ec5e95d /libavcodec/h264qpel.h
parentfb1c786a9dc646b7fdd1d15ad98a4be87c8deb87 (diff)
parentd5dd8c7bf0f0d77c581db3236e0d938f06fd5591 (diff)
Merge commit 'd5dd8c7bf0f0d77c581db3236e0d938f06fd5591'
* commit 'd5dd8c7bf0f0d77c581db3236e0d938f06fd5591': aarch64: h264 qpel NEON optimizations Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264qpel.h')
-rw-r--r--libavcodec/h264qpel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264qpel.h b/libavcodec/h264qpel.h
index 6abfac042c..041ee7d14b 100644
--- a/libavcodec/h264qpel.h
+++ b/libavcodec/h264qpel.h
@@ -31,6 +31,7 @@ typedef struct H264QpelContext {
void ff_h264qpel_init(H264QpelContext *c, int bit_depth);
+void ff_h264qpel_init_aarch64(H264QpelContext *c, int bit_depth);
void ff_h264qpel_init_arm(H264QpelContext *c, int bit_depth);
void ff_h264qpel_init_ppc(H264QpelContext *c, int bit_depth);
void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth);