From 02001ada5cdd1d8b884141134ceb5c8607fa05f7 Mon Sep 17 00:00:00 2001 From: Shivraj Patil Date: Mon, 27 Apr 2015 19:24:45 +0530 Subject: avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions Reviewed-by: Nedeljko Babic Signed-off-by: Michael Niedermayer --- libavcodec/h264dsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264dsp.h') diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h index 85ea40b10e..c232193054 100644 --- a/libavcodec/h264dsp.h +++ b/libavcodec/h264dsp.h @@ -126,5 +126,7 @@ void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, const int chroma_format_idc); void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth, const int chroma_format_idc); +void ff_h264dsp_init_mips(H264DSPContext *c, const int bit_depth, + const int chroma_format_idc); #endif /* AVCODEC_H264DSP_H */ -- cgit v1.2.3