From d3789eeeed3423bd1ca9dc40030a2f7a21ea5332 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sat, 5 Apr 2014 11:47:18 +0200 Subject: aarch64: implement videodsp.prefetch 8% faster h264 decoding on Apple A7. --- libavcodec/videodsp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/videodsp.h') diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index 2211c5dc22..04c012a826 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -68,6 +68,7 @@ typedef struct VideoDSPContext { void ff_videodsp_init(VideoDSPContext *ctx, int bpc); /* for internal use only (i.e. called by ff_videodsp_init() */ +void ff_videodsp_init_aarch64(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_arm(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_ppc(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_x86(VideoDSPContext *ctx, int bpc); -- cgit v1.2.3