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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264dsp.c') diff --git a/libavcodec/h264dsp.c b/libavcodec/h264dsp.c index ddcd6e6190..bfb6f1ef6c 100644 --- a/libavcodec/h264dsp.c +++ b/libavcodec/h264dsp.c @@ -157,4 +157,5 @@ av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, if (ARCH_ARM) ff_h264dsp_init_arm(c, bit_depth, chroma_format_idc); if (ARCH_PPC) ff_h264dsp_init_ppc(c, bit_depth, chroma_format_idc); if (ARCH_X86) ff_h264dsp_init_x86(c, bit_depth, chroma_format_idc); + if (ARCH_MIPS) ff_h264dsp_init_mips(c, bit_depth, chroma_format_idc); } -- cgit v1.2.3