diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-15 15:13:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-15 15:13:41 +0100 |
commit | 19fc3c0122ebbffd5d8678cc70750503545fa7f8 (patch) | |
tree | d4181c5647f90d5d18c3f95484abc6073ec5e95d /libavcodec/h264qpel.h | |
parent | fb1c786a9dc646b7fdd1d15ad98a4be87c8deb87 (diff) | |
parent | d5dd8c7bf0f0d77c581db3236e0d938f06fd5591 (diff) | |
download | ffmpeg-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.h | 1 |
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); |