From 71617884a2a673908bd5c0f73d4f91fdca3da82a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 10 Dec 2013 20:16:08 +0100 Subject: aarch64: h264 chroma motion compensation NEON optimizations Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included. --- libavcodec/h264chroma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264chroma.h') diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h index 34d96307c7..93064fe06b 100644 --- a/libavcodec/h264chroma.h +++ b/libavcodec/h264chroma.h @@ -30,6 +30,7 @@ typedef struct H264ChromaContext { void ff_h264chroma_init(H264ChromaContext *c, int bit_depth); +void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth); -- cgit v1.2.3