NEON decode support in WebP

Change-Id: I0d6fa456ca68468353adcd64669f1737d1446f65
This commit is contained in:
Somnath Banerjee
2011-09-12 13:03:01 +00:00
committed by James Zern
parent 0ee683b593
commit d4e9f5598d
7 changed files with 185 additions and 3 deletions

View File

@ -17,6 +17,7 @@ LOCAL_SRC_FILES := \
src/dsp/upsampling.c \
src/dsp/cpu.c \
src/dsp/dec.c \
src/dsp/dec_neon.c \
src/dsp/enc.c \
src/enc/alpha.c \
src/enc/analysis.c \