SSE2 implementation of VP8PackARGB

Change-Id: I40c0e26a6a2701216e4ddebcf793aa535677f437
This commit is contained in:
Pascal Massimino
2015-01-05 04:44:58 -08:00
parent 72d573f693
commit ca7f60db5f
6 changed files with 74 additions and 2 deletions

View File

@ -37,6 +37,7 @@ LOCAL_SRC_FILES := \
src/dsp/alpha_processing_sse2.c \
src/dsp/argb.c \
src/dsp/argb_mips_dsp_r2.c \
src/dsp/argb_sse2.c \
src/dsp/cpu.c \
src/dsp/dec.c \
src/dsp/dec_clip_tables.c \