From 32421602dfb18c58a9563b748c199955fc158abc Mon Sep 17 00:00:00 2001 From: Shiyou Yin Date: Fri, 18 Jan 2019 14:42:20 +0800 Subject: 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 --- libavcodec/mips/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mips/Makefile') 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 -- cgit v1.1