summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp.h
diff options
context:
space:
mode:
authorShivraj Patil <shivraj.patil@imgtec.com>2015-04-27 19:24:45 +0530
committerMichael Niedermayer <michaelni@gmx.at>2015-05-01 04:19:18 +0200
commit02001ada5cdd1d8b884141134ceb5c8607fa05f7 (patch)
tree20349899be5ff2cb1e3262c7fa70b686ac58689f /libavcodec/h264dsp.h
parent3cd666cfbc7d52075ffdadd3603f46fdc87d67db (diff)
downloadffmpeg-streaming-02001ada5cdd1d8b884141134ceb5c8607fa05f7.zip
ffmpeg-streaming-02001ada5cdd1d8b884141134ceb5c8607fa05f7.tar.gz
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264dsp.h')
-rw-r--r--libavcodec/h264dsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h
index 85ea40b..c232193 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 */
OpenPOWER on IntegriCloud