From d5dd8c7bf0f0d77c581db3236e0d938f06fd5591 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Wed, 18 Dec 2013 15:56:50 +0100 Subject: aarch64: h264 qpel NEON optimizations Ported from ARMv7 NEON. --- libavcodec/h264qpel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264qpel.h') 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); -- cgit v1.2.3