OSDN Git Service

avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions
[android-x86/external-ffmpeg.git] / libavcodec / hevcpred.h
index 7f14a76..eb17663 100644 (file)
@@ -41,5 +41,6 @@ typedef struct HEVCPredContext {
 } HEVCPredContext;
 
 void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth);
+void ff_hevc_pred_init_mips(HEVCPredContext *hpc, int bit_depth);
 
 #endif /* AVCODEC_HEVCPRED_H */