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

Issue 1886183002: Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder (Closed)

Created:
4 years, 8 months ago by msarett
Modified:
4 years, 8 months ago
Reviewers:
scroggo, djsollen, hcm
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@encodebench
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder This remove the previous codepath, which performed a less accurate conversion to YUV. It actually faster to use the more accurate conversion, now that we have updated to libjpeg-turbo. z620 Performance Speed-Up: mandrill.jpg (512x512): 1.13x color_wheel.jpg (128x128): 1.12x This should fix: https://buganizer.corp.google.com/u/0/issues/28161384 https://buganizer.corp.google.com/u/0/issues/21891795 BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1886183002 Committed: https://skia.googlesource.com/skia/+/c7d01d3e1d3621907c27b283fb7f8b6e177c629d

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Response to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -113 lines) Patch
M src/images/SkJPEGImageEncoder.cpp View 1 2 3 chunks +16 lines, -113 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (8 generated)
msarett
I think I'll want to cherry pick this into nyc-dev after it lands in Skia?
4 years, 8 months ago (2016-04-18 19:54:21 UTC) #5
scroggo
LGTM > I think I'll want to cherry pick this into nyc-dev after it > ...
4 years, 8 months ago (2016-04-18 20:04:09 UTC) #6
msarett
> /cherry-pick into m50? and then into nyc-dev? sgtm > I think you also need ...
4 years, 8 months ago (2016-04-18 21:12:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1886183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1886183002/60001
4 years, 8 months ago (2016-04-18 21:12:44 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 21:21:58 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://skia.googlesource.com/skia/+/c7d01d3e1d3621907c27b283fb7f8b6e177c629d

Powered by Google App Engine
This is Rietveld 408576698