summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264qpel.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-15 15:13:12 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-15 15:13:41 +0100
commit19fc3c0122ebbffd5d8678cc70750503545fa7f8 (patch)
treed4181c5647f90d5d18c3f95484abc6073ec5e95d /libavcodec/h264qpel.h
parentfb1c786a9dc646b7fdd1d15ad98a4be87c8deb87 (diff)
parentd5dd8c7bf0f0d77c581db3236e0d938f06fd5591 (diff)
downloadffmpeg-streaming-19fc3c0122ebbffd5d8678cc70750503545fa7f8.zip
ffmpeg-streaming-19fc3c0122ebbffd5d8678cc70750503545fa7f8.tar.gz
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 6abfac0..041ee7d 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);
OpenPOWER on IntegriCloud