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

Issue 1270213002: Add support for decoding to 565 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 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 Committed: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo/+/feec46f80444b8eed4126a86a2c0e2cffe1c9673

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Link crbug in the README #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1329 lines, -49 lines) Patch
M README.chromium View 1 1 chunk +7 lines, -2 lines 0 comments Download
M djpeg.c View 2 chunks +5 lines, -0 lines 0 comments Download
A jdcol565.c View 1 chunk +383 lines, -0 lines 0 comments Download
M jdcolor.c View 3 chunks +191 lines, -2 lines 0 comments Download
M jdmaster.c View 4 chunks +11 lines, -3 lines 0 comments Download
M jdmerge.c View 5 chunks +165 lines, -2 lines 0 comments Download
A jdmrg565.c View 1 chunk +355 lines, -0 lines 0 comments Download
M jmorecfg.h View 3 chunks +10 lines, -6 lines 0 comments Download
M jpeglib.h View 2 chunks +3 lines, -2 lines 0 comments Download
M jpeglibmangler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M jsimd.h View 3 chunks +5 lines, -1 line 0 comments Download
M jsimd_none.c View 3 chunks +14 lines, -1 line 0 comments Download
M simd/jsimd.h View 2 chunks +4 lines, -0 lines 0 comments Download
M simd/jsimd_arm.c View 4 chunks +29 lines, -2 lines 0 comments Download
M simd/jsimd_arm_neon.S View 4 chunks +56 lines, -14 lines 0 comments Download
M simd/jsimd_i386.c View 3 chunks +14 lines, -1 line 0 comments Download
M simd/jsimd_x86_64.c View 3 chunks +14 lines, -1 line 0 comments Download
M wrbmp.c View 7 chunks +61 lines, -12 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
msarett
https://codereview.chromium.org/1270213002/diff/40001/jpeglibmangler.h File jpeglibmangler.h (right): https://codereview.chromium.org/1270213002/diff/40001/jpeglibmangler.h#newcode114 jpeglibmangler.h:114: #define jpeg_natural_order chromium_jpeg_natural_order These are not a part of ...
5 years, 4 months ago (2015-08-04 18:56:03 UTC) #4
Noel Gordon
https://codereview.chromium.org/1270213002/diff/40001/jdcol565.c File jdcol565.c (right): https://codereview.chromium.org/1270213002/diff/40001/jdcol565.c#newcode1 jdcol565.c:1: /* This file is new. Does it need to ...
5 years, 4 months ago (2015-08-04 23:58:16 UTC) #5
Noel Gordon
https://codereview.chromium.org/1270213002/diff/40001/README.chromium File README.chromium (right): https://codereview.chromium.org/1270213002/diff/40001/README.chromium#newcode24 README.chromium:24: trunk to enable decoding to 565 as a memory ...
5 years, 4 months ago (2015-08-05 00:10:50 UTC) #6
msarett
https://codereview.chromium.org/1270213002/diff/40001/README.chromium File README.chromium (right): https://codereview.chromium.org/1270213002/diff/40001/README.chromium#newcode24 README.chromium:24: trunk to enable decoding to 565 as a memory ...
5 years, 4 months ago (2015-08-05 13:41:08 UTC) #7
Noel Gordon
On 2015/08/05 13:41:08, msarett wrote: > https://codereview.chromium.org/1270213002/diff/40001/README.chromium > File README.chromium (right): > > https://codereview.chromium.org/1270213002/diff/40001/README.chromium#newcode24 > ...
5 years, 4 months ago (2015-08-05 14:03:08 UTC) #8
Noel Gordon
LGTM
5 years, 4 months ago (2015-08-05 14:03:18 UTC) #9
msarett
Are you able to land this for me? I don't think I have the permissions.
5 years, 4 months ago (2015-08-05 14:33:04 UTC) #10
agable
5 years, 4 months ago (2015-08-06 16:54:53 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as
feec46f80444b8eed4126a86a2c0e2cffe1c9673 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698