Chromium Code Reviews

Issue 339143002: Switched to JDCT_ISLOW for Android. (Closed)

Created:
6 years, 6 months ago by mage
Modified:
5 years, 9 months ago
Reviewers:
Ken Russell (switch to Gerrit), aelias_OOO_until_Jul13, Peter Kasting, Noel Gordon
CC:
blink-reviews, Ken Russell (switch to Gerrit), aelias_OOO_until_Jul13, reveman, tonyg, Alpha Left Google
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Switched to JDCT_ISLOW for Android. The ISLOW method does not produce JPEG artifacts, which IFAST may do. Also, ISLOW is not really much slower than IFAST (it is actually faster for some images). BUG=385515

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed configurability - always use ISLOW #

Unified diffs Side-by-side diffs Stats (+3 lines, -2 lines)
M Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp View 1 chunk +3 lines, -2 lines 0 comments

Messages

Total messages: 15 (0 generated)
mage
This is a small patch to get rid of JPEG artifacts on Android. I decided ...
6 years, 6 months ago (2014-06-17 08:18:10 UTC) #1
Nico
6 years, 6 months ago (2014-06-17 14:59:51 UTC) #2
Peter Kasting
LGTM in principle, but please work with noel, kbr, and/or other folks that know how ...
6 years, 6 months ago (2014-06-17 17:49:05 UTC) #3
Ken Russell (switch to Gerrit)
This seems reasonable in order to improve image quality, but people working specifically on Chrome ...
6 years, 6 months ago (2014-06-17 21:28:35 UTC) #4
aelias_OOO_until_Jul13
The motivating use case misused JPEG to display a logo, which is the stereotypical case ...
6 years, 6 months ago (2014-06-17 21:42:16 UTC) #5
Peter Kasting
On 2014/06/17 21:42:16, aelias wrote: > The motivating use case misused JPEG to display a ...
6 years, 6 months ago (2014-06-17 21:48:13 UTC) #6
no sievers
On 2014/06/17 21:42:16, aelias wrote: > The motivating use case misused JPEG to display a ...
6 years, 6 months ago (2014-06-17 21:54:21 UTC) #7
Noel Gordon
Our libpeg_turbo has SIMD, and is also used for the Android WebView I believe, which ...
6 years, 6 months ago (2014-06-18 18:26:37 UTC) #8
Peter Kasting
This seems to have stalled; commented on the bug.
5 years, 10 months ago (2015-02-20 00:03:06 UTC) #9
Noel Gordon
> This seems to have stalled; commented on the bug. Saw this mail on return ...
5 years, 9 months ago (2015-03-16 12:45:39 UTC) #10
Peter Kasting
On 2015/03/16 12:45:39, noel gordon wrote: > > This seems to have stalled; commented on ...
5 years, 9 months ago (2015-03-16 18:15:50 UTC) #11
Noel Gordon
On 2015/03/16 18:15:50, Peter Kasting wrote: > config.h turns it on for OS_ANDROID. I doubt ...
5 years, 9 months ago (2015-03-18 00:31:51 UTC) #12
Peter Kasting
On 2015/03/18 00:31:51, noel gordon wrote: > On 2015/03/16 18:15:50, Peter Kasting wrote: > > ...
5 years, 9 months ago (2015-03-18 00:33:09 UTC) #13
Noel Gordon
> The difference is that that would change the dithering as well. I don't know ...
5 years, 9 months ago (2015-03-18 00:34:27 UTC) #14
Noel Gordon
5 years, 9 months ago (2015-03-25 11:12:24 UTC) #15

Powered by Google App Engine