Patch fix for "Add jpeg_skip_scanlines() API to libjpeg-turbo"
https://codereview.chromium.org/1271803002/
"jpeg_skip_scanlines() API, a subset decoding optimization
aimed at Android, was submitted upstream r1582. Pull that
change, and sundry fixes, into the Chromium repo.
This new API is targetted at Android devices, not Chrome,
and should have no affect on JPEG decode behavior or perf
of Chrome.
Chrome uses suspending data source JPEG decoding, and the
new API does not support such sources. Adding support for
suspending data sources is a future TODO, should the need
arise (refer to skbug.com/4036)."
BUG=515694
BUG=468914
R=agable@chromium.org
Review URL: https://codereview.chromium.org/1291463002 .
1 file changed