]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264qpel.h
h264: merge the init and reinit paths in update_thread_context()
[ffmpeg] / libavcodec / h264qpel.h
index d7617754ae12fe1bd3c9a6e15f4a6a0205d3dbf1..97ce195d6a6012abe7c971cfbc6f2b564b49a421 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_H264QPEL_H
 #define AVCODEC_H264QPEL_H
 
-#include "dsputil.h"
+#include "qpeldsp.h"
 
 typedef struct H264QpelContext {
     qpel_mc_func put_h264_qpel_pixels_tab[4][16];
@@ -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);