From f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 12 Jul 2015 18:30:09 +0200 Subject: h264: aarch64: intra prediction optimisations --- libavcodec/h264pred.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/h264pred.h') diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index 5c4ef17c2a..673f4cd882 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -111,6 +111,9 @@ typedef struct H264PredContext { void ff_h264_pred_init(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc); +void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id, + const int bit_depth, + const int chroma_format_idc); void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc); void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, -- cgit v1.2.3