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:
authorJanne Grunau <janne-libav@jannau.net>2013-12-18 18:56:50 +0400
committerJanne Grunau <janne-libav@jannau.net>2014-01-15 15:17:49 +0400
commitd5dd8c7bf0f0d77c581db3236e0d938f06fd5591 (patch)
tree64d24b2bace14abe057982948bb6178fa86f2309 /libavcodec/h264qpel.h
parent8438b3f09f6b225d0886cc385117c38eb44ca0c1 (diff)
aarch64: h264 qpel NEON optimizations
Ported from ARMv7 NEON.
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 d7617754ae..202e97d53c 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);