MIPS: MIPS32r1: Add optimization for ITransform

Change-Id: Ie4c8b9bc3a7826bd443cdebf05386786fafe8c56
This commit is contained in:
Djordje Pesut
2014-02-19 15:33:50 +01:00
parent 71bca5ecf3
commit 0ca2914b23
6 changed files with 173 additions and 0 deletions

View File

@ -29,6 +29,7 @@ COMMON_SOURCES += yuv.h
ENC_SOURCES =
ENC_SOURCES += enc.c
ENC_SOURCES += enc_mips32.c
ENC_SOURCES += enc_neon.c
ENC_SOURCES += enc_sse2.c