]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.h
hevc: templatize intra_pred
[ffmpeg] / libavcodec / h264chroma.h
index 7e1e2ed3c38c07c0e36480243ff26069625cddc4..93064fe06b5613f51e7dc98a5b49a3edcd3585a1 100644 (file)
@@ -30,9 +30,9 @@ 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_sh4(H264ChromaContext *c, int bit_depth);
 void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);
 
 #endif /* AVCODEC_H264CHROMA_H */