JPEG YUV Decoding
authorsugoi <sugoi@chromium.org>
Thu, 16 Oct 2014 20:10:57 +0000 (13:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 20:10:57 +0000 (13:10 -0700)
commitb227e37eae36ccf630c4baef00b1354d42b40fd1
treed5c343b2d301d8b2fa72d7ed13b6fad8c6d798fb
parent62372bcc6abe3537dac98dd9b9172cf3b85afa2b
JPEG YUV Decoding

Enabling JPEG YUV Decoding in Skia

BUG=skia:3005, skia:1674, skia:3029

Committed: https://skia.googlesource.com/skia/+/8e6c3b93a39e19111662a760ede97df55e51d39f

Review URL: https://codereview.chromium.org/399683007
include/core/SkImageDecoder.h
src/images/SkDecodingImageGenerator.cpp
src/images/SkImageDecoder.cpp
src/images/SkImageDecoder_libjpeg.cpp
tests/JpegTest.cpp