Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Issue 1258673007: Add jpeg_skip_scanlines() API to libjpeg-turbo (Closed)

Created:
5 years, 4 months ago by msarett
Modified:
5 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add jpeg_skip_scanlines() API to libjpeg-turbo 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

Patch Set 1 : #

Patch Set 2 : Updating README.chromium #

Total comments: 6

Patch Set 3 : Updating google.patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19897 lines, -3804 lines) Patch
M README.chromium View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M djpeg.c View 7 chunks +80 lines, -9 lines 0 comments Download
M google.patch View 1 2 20 chunks +16291 lines, -3602 lines 0 comments Download
M jdapistd.c View 3 chunks +235 lines, -5 lines 0 comments Download
M jdarith.c View 4 chunks +8 lines, -4 lines 0 comments Download
A jdcoefct.h View 1 chunk +82 lines, -0 lines 0 comments Download
M jdcoefct.c View 3 chunks +2 lines, -72 lines 0 comments Download
M jdhuff.c View 4 chunks +10 lines, -7 lines 0 comments Download
A jdmainct.h View 1 chunk +71 lines, -0 lines 0 comments Download
M jdmainct.c View 3 chunks +1 line, -62 lines 0 comments Download
A jdsample.h View 1 chunk +50 lines, -0 lines 0 comments Download
M jdsample.c View 1 chunk +1 line, -40 lines 0 comments Download
M jpeglib.h View 2 chunks +3 lines, -0 lines 0 comments Download
M jpeglibmangler.h View 1 chunk +1 line, -0 lines 0 comments Download
A libjpeg.txt View 1 chunk +3059 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
msarett
5 years, 4 months ago (2015-07-28 18:18:29 UTC) #3
Noel Gordon
I assume this is the upstream patch contributed by google, as in a cherry-pick of ...
5 years, 4 months ago (2015-07-29 13:29:15 UTC) #4
msarett
Yes of course! Looks like I missed that.
5 years, 4 months ago (2015-07-29 14:20:27 UTC) #5
Noel Gordon
https://codereview.chromium.org/1258673007/diff/40001/README.chromium File README.chromium (right): https://codereview.chromium.org/1258673007/diff/40001/README.chromium#newcode34 README.chromium:34: * Removed .func / .endfunc lines from arm assembly ...
5 years, 4 months ago (2015-07-30 19:10:07 UTC) #7
msarett
https://codereview.chromium.org/1258673007/diff/40001/README.chromium File README.chromium (right): https://codereview.chromium.org/1258673007/diff/40001/README.chromium#newcode34 README.chromium:34: * Removed .func / .endfunc lines from arm assembly ...
5 years, 4 months ago (2015-07-30 20:16:52 UTC) #9
Noel Gordon
On 2015/07/30 20:16:52, msarett wrote: > https://codereview.chromium.org/1258673007/diff/40001/README.chromium > File README.chromium (right): > > https://codereview.chromium.org/1258673007/diff/40001/README.chromium#newcode34 > ...
5 years, 4 months ago (2015-07-30 22:25:02 UTC) #10
Noel Gordon
Work was completed on another issue, closing this one (so it's off my queue).
5 years, 4 months ago (2015-07-31 16:01:23 UTC) #11
Noel Gordon
5 years, 4 months ago (2015-07-31 16:11:50 UTC) #12
Message was sent while issue was closed.
On 2015/07/31 16:01:23, noel gordon wrote:
> Work was completed on another issue, closing this one (so it's off my queue).

https://codereview.appspot.com/256280043 for the record.

Powered by Google App Engine
This is Rietveld 408576698