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

Issue 66413007: Implement a speedup for Y-only blurs by transposing. (Closed)

Created:
7 years, 1 month ago by Stephen White
Modified:
7 years, 1 month ago
Reviewers:
mtklein, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Implement a speedup for Y-only blurs by transposing. R=mtklein@google.com, mtklein, reed@google.com BUG= Committed: https://code.google.com/p/skia/source/detail?r=12227

Patch Set 1 #

Patch Set 2 : Fix _none version of SkBoxBlurGetPlatformProcs. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
src/effects/SkBlurImageFilter.cpp View 2 chunks +6 lines, -5 lines 1 comment Download
src/opts/SkBlurImage_opts.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/opts/SkBlurImage_opts_SSE2.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/opts/SkBlurImage_opts_SSE2.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M src/opts/SkBlurImage_opts_none.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/opts/opts_check_SSE2.cpp View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Stephen White
Mike &| Mike: PTAL. Thanks!
7 years, 1 month ago (2013-11-11 17:06:25 UTC) #1
reed1
What is the histogram usage of blurs that suggest making this change? Can we justify ...
7 years, 1 month ago (2013-11-11 17:09:24 UTC) #2
mtklein
My hunch is that we probably wouldn't even have thought to ask about the benefit/complexity ...
7 years, 1 month ago (2013-11-11 17:43:23 UTC) #3
Stephen White
On 2013/11/11 17:09:24, reed1 wrote: > What is the histogram usage of blurs that suggest ...
7 years, 1 month ago (2013-11-11 18:06:07 UTC) #4
Stephen White
On 2013/11/11 17:43:23, mtklein wrote: > My hunch is that we probably wouldn't even have ...
7 years, 1 month ago (2013-11-11 18:12:50 UTC) #5
reed1
If you two perceive this extra code as no burden, then I'm fine with it. ...
7 years, 1 month ago (2013-11-11 18:14:56 UTC) #6
mtklein
On 2013/11/11 18:14:56, reed1 wrote: > If you two perceive this extra code as no ...
7 years, 1 month ago (2013-11-11 18:27:10 UTC) #7
Stephen White
7 years, 1 month ago (2013-11-11 20:12:40 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r12227 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698