fix rescaling-with-alpha inaccuracy

(still missing YUVA decoding case for now)

https://code.google.com/p/webp/issues/detail?id=160

Change-Id: If723b4a5c0a303d0853ec9d839f995adce056095
This commit is contained in:
Pascal Massimino
2013-07-26 12:05:42 -07:00
committed by skal
parent 11249abfc7
commit 8dcae8b3cf
10 changed files with 342 additions and 37 deletions

View File

@ -39,6 +39,7 @@ LOCAL_SRC_FILES := \
src/enc/tree.c \
src/enc/vp8l.c \
src/enc/webpenc.c \
src/utils/alpha_processing.c \
src/utils/bit_reader.c \
src/utils/bit_writer.c \
src/utils/color_cache.c \