summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/Makefile
diff options
context:
space:
mode:
authorShiyou Yin <yinshiyou-hf@loongson.cn>2019-01-18 14:42:20 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2019-01-20 00:44:02 +0100
commit32421602dfb18c58a9563b748c199955fc158abc (patch)
treea1dcf860769dd3cd137c782a5786129a8ac2128e /libavcodec/mips/Makefile
parent32fb83e4318845a7f44f7bed02d5963b9e81804e (diff)
downloadffmpeg-streaming-32421602dfb18c58a9563b748c199955fc158abc.zip
ffmpeg-streaming-32421602dfb18c58a9563b748c199955fc158abc.tar.gz
avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi.
Optimize put_hevc_pel_bi_pixels_8 with mmi in the case width=8/16/24/32/48/64. This optimization improved HEVC decoding performance 2%(1.77x to 1.81x, tested on loongson 3A3000). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r--libavcodec/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile
index 3571207..3029872 100644
--- a/libavcodec/mips/Makefile
+++ b/libavcodec/mips/Makefile
@@ -86,3 +86,4 @@ MMI-OBJS-$(CONFIG_VP8_DECODER) += mips/vp8dsp_mmi.o
MMI-OBJS-$(CONFIG_HPELDSP) += mips/hpeldsp_mmi.o
MMI-OBJS-$(CONFIG_VC1_DECODER) += mips/vc1dsp_mmi.o
MMI-OBJS-$(CONFIG_WMV2DSP) += mips/wmv2dsp_mmi.o
+MMI-OBJS-$(CONFIG_HEVC_DECODER) += mips/hevcdsp_mmi.o
OpenPOWER on IntegriCloud