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

@ -186,6 +186,7 @@ DSP_DEC_OBJS = \
$(DIROBJ)\dsp\upsampling_neon.obj \
$(DIROBJ)\dsp\upsampling_sse2.obj \
$(DIROBJ)\dsp\yuv.obj \
$(DIROBJ)\dsp\yuv_sse2.obj \
DSP_ENC_OBJS = \
$(DIROBJ)\dsp\enc.obj \