summaryrefslogtreecommitdiff
path: root/vp9/vp9_common.mk
diff options
context:
space:
mode:
authorParag Salasakar <img.mips1@gmail.com>2015-06-03 11:33:42 +0530
committerParag Salasakar <img.mips1@gmail.com>2015-06-03 11:33:42 +0530
commitb8c1cdcd128f421550d4b7b5e4010b311f94eeb9 (patch)
tree522339addd1fd007d54b7437398c987f1823acc8 /vp9/vp9_common.mk
parent179bceffdbc36500d1c46e11dbc70ca8f4496793 (diff)
downloadlibvpx-b8c1cdcd128f421550d4b7b5e4010b311f94eeb9.tar
libvpx-b8c1cdcd128f421550d4b7b5e4010b311f94eeb9.tar.gz
libvpx-b8c1cdcd128f421550d4b7b5e4010b311f94eeb9.tar.bz2
libvpx-b8c1cdcd128f421550d4b7b5e4010b311f94eeb9.zip
mips msa vp9 convolve8 avg horiz optimization
average improvement ~5x-8x Change-Id: I179a69ec620fbd69979bd128f05d18113618aab4
Diffstat (limited to 'vp9/vp9_common.mk')
-rw-r--r--vp9/vp9_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/vp9_common.mk b/vp9/vp9_common.mk
index 2ac5a4367..878dff369 100644
--- a/vp9/vp9_common.mk
+++ b/vp9/vp9_common.mk
@@ -132,6 +132,7 @@ VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_mblpf_vert_loopfilter_ds
# common (msa)
VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_macros_msa.h
+VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_convolve8_avg_horiz_msa.c
VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_convolve8_avg_vert_msa.c
VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_convolve8_horiz_msa.c
VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_convolve8_msa.c