Remove the argb* files.

Half of the functionality was duplicated.
The rest is about the alpha channel handling so we
might as well put it in the appropriate file.

Change-Id: I8d5ef0afce82cc4842ab7132fd97995c42e6140a
This commit is contained in:
Vincent Rabaud
2017-06-21 21:48:23 +02:00
parent 7ca0df1363
commit 8acb4942f7
12 changed files with 77 additions and 269 deletions

View File

@ -173,9 +173,6 @@ DSP_DEC_OBJS = \
src/dsp/yuv_sse2.o \
DSP_ENC_OBJS = \
src/dsp/argb.o \
src/dsp/argb_mips_dsp_r2.o \
src/dsp/argb_sse2.o \
src/dsp/cost.o \
src/dsp/cost_mips32.o \
src/dsp/cost_mips_dsp_r2.o \