MIPS: MIPS32r1: Optimization of some simple point-sampling functions. PATCH [6/6]

Change-Id: I2020e71e9be5d17d4bf67cabf6c470ca43d5d838
This commit is contained in:
Djordje Pesut
2013-12-27 14:06:35 +01:00
parent 53520911c3
commit dd438c9a7d
7 changed files with 136 additions and 0 deletions

View File

@ -29,6 +29,7 @@ LOCAL_SRC_FILES := \
src/dsp/enc_sse2.c \
src/dsp/lossless.c \
src/dsp/upsampling.c \
src/dsp/upsampling_mips32.c \
src/dsp/upsampling_sse2.c \
src/dsp/yuv.c \
src/enc/alpha.c \