summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp.h
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2013-12-13 00:33:48 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-01-15 12:13:41 +0100
commit8438b3f09f6b225d0886cc385117c38eb44ca0c1 (patch)
treea915ff80bf5aa27f6c4a47cec35c26d04e111e85 /libavcodec/h264dsp.h
parent71617884a2a673908bd5c0f73d4f91fdca3da82a (diff)
downloadffmpeg-streaming-8438b3f09f6b225d0886cc385117c38eb44ca0c1.zip
ffmpeg-streaming-8438b3f09f6b225d0886cc385117c38eb44ca0c1.tar.gz
aarch64: h264 idct NEON assembler optimizations
Ported from ARMv7 NEON.
Diffstat (limited to 'libavcodec/h264dsp.h')
-rw-r--r--libavcodec/h264dsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h
index 6249ba7..9c41336 100644
--- a/libavcodec/h264dsp.h
+++ b/libavcodec/h264dsp.h
@@ -118,6 +118,8 @@ typedef struct H264DSPContext {
void ff_h264dsp_init(H264DSPContext *c, const int bit_depth,
const int chroma_format_idc);
+void ff_h264dsp_init_aarch64(H264DSPContext *c, const int bit_depth,
+ const int chroma_format_idc);
void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth,
const int chroma_format_idc);
void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth,
OpenPOWER on IntegriCloud