]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.h
avcodec: loongson3 optimized h264chroma put and avg with mmi
[ffmpeg] / libavcodec / h264chroma.h
index d4b8a0eb0ef004bcda9ed4ddb97f47519e32d7f9..e0f45ad13bdf437a2d3e70245a7e75849a0c1043 100644 (file)
@@ -34,5 +34,6 @@ 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);
+void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth);
 
 #endif /* AVCODEC_H264CHROMA_H */