commit | feec46f80444b8eed4126a86a2c0e2cffe1c9673 | [log] [tgz] |
---|---|---|
author | Aaron Gable <agable@chromium.org> | Thu Aug 06 09:54:48 2015 -0700 |
committer | Aaron Gable <agable@chromium.org> | Thu Aug 06 09:54:48 2015 -0700 |
tree | 8bb36e3f61e201cb718af143ea8409ace64d6e4d | |
parent | c9c8755c326b42c8d0dc938ec3f0d1d648bd361a [diff] |
Add support for decoding to 565 to libjpeg_turbo It was submitted upstream at libjpeg_turbo as r1295 plus sundry fixes and SIMD optimizations (r1385, r1386, r1398, and r1402). Now cherry pick the change into third_party/libjpeg-turbo. At this time, this new capability is intended for Android devices, not Chrome, and should have no affect on JPEG decode behavior or perf of Chrome. BUG=516761 R=noel@chromium.org Review URL: https://codereview.chromium.org/1270213002 .