dsp/yuv: move sse2 functions to yuv_sse2.c

Change-Id: I2f037ff18e7cf07e8801f49b3a89c1e36ef73000
This commit is contained in:
James Zern
2014-06-05 23:49:59 -07:00
parent 46b32e861a
commit bdfeebaa01
6 changed files with 327 additions and 306 deletions

View File

@ -29,6 +29,7 @@ COMMON_SOURCES += upsampling_neon.c
COMMON_SOURCES += upsampling_sse2.c
COMMON_SOURCES += yuv.c
COMMON_SOURCES += yuv.h
COMMON_SOURCES += yuv_sse2.c
COMMON_SOURCES += yuv_tables_sse2.h
ENC_SOURCES =