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

Issue 15742005: (Patch by Teodora Novkovic <teodora.petrovic@gmail.com>, originally reviewed at https://codereview… (Closed)

Created:
7 years, 7 months ago by Stephen White
Modified:
7 years, 7 months ago
CC:
chromium-reviews, Teodora Novkovic
Visibility:
Public.

Description

(Patch by Teodora Novkovic <teodora.petrovic@gmail.com>;, originally reviewed at https://codereview.chromium.org/14929006/). Added MIPS DSPr2 optimization for BGRAConvolve2D routine. The following routines are optimized: - ConvolveVertically - ConvolveHorizontally Performance gain measured on Malta 74Kc board: - our standalone test/bench application ~45% - chromium unit_test ~20% R=hubbe@chromium.org, senorblanco@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202197

Patch Set 1 #

Total comments: 13

Patch Set 2 : Updates from review comments (from 14929006) #

Patch Set 3 : Fix formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+522 lines, -5 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/convolver.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M skia/ext/convolver.cc View 4 chunks +8 lines, -2 lines 0 comments Download
M skia/ext/convolver_SSE2.h View 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/convolver_SSE2.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
A skia/ext/convolver_mips_dspr2.h View 1 chunk +25 lines, -0 lines 0 comments Download
A skia/ext/convolver_mips_dspr2.cc View 1 2 1 chunk +478 lines, -0 lines 0 comments Download
M skia/skia.gyp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Stephen White
hubbe@, would you mind taking a look at this one? It's just a copy of ...
7 years, 7 months ago (2013-05-22 16:21:54 UTC) #1
hubbe
lgtm
7 years, 7 months ago (2013-05-22 22:51:27 UTC) #2
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 7 months ago (2013-05-23 00:42:42 UTC) #3
Justin Novosad
https://codereview.chromium.org/15742005/diff/1/skia/ext/convolver.h File skia/ext/convolver.h (right): https://codereview.chromium.org/15742005/diff/1/skia/ext/convolver.h#newcode23 skia/ext/convolver.h:23: #if defined(ARCH_CPU_MIPS_FAMILY) && defined(ARCH_CPU_MIPSEL) && \ Can we simplify ...
7 years, 7 months ago (2013-05-23 15:32:02 UTC) #4
hubbe
https://codereview.chromium.org/15742005/diff/1/skia/ext/convolver_SSE2.cc File skia/ext/convolver_SSE2.cc (right): https://codereview.chromium.org/15742005/diff/1/skia/ext/convolver_SSE2.cc#newcode20 skia/ext/convolver_SSE2.cc:20: bool has_alpha) { On 2013/05/23 15:32:03, junov wrote: > ...
7 years, 7 months ago (2013-05-23 17:52:05 UTC) #5
Teodora Novkovic
https://chromiumcodereview.appspot.com/15742005/diff/1/skia/ext/convolver.h File skia/ext/convolver.h (right): https://chromiumcodereview.appspot.com/15742005/diff/1/skia/ext/convolver.h#newcode23 skia/ext/convolver.h:23: #if defined(ARCH_CPU_MIPS_FAMILY) && defined(ARCH_CPU_MIPSEL) && \ On 2013/05/23 15:32:03, ...
7 years, 7 months ago (2013-05-24 16:02:20 UTC) #6
Justin Novosad
lgtm
7 years, 7 months ago (2013-05-24 16:21:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/senorblanco@chromium.org/15742005/25001
7 years, 7 months ago (2013-05-24 16:21:44 UTC) #8
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 22:20:50 UTC) #9
Message was sent while issue was closed.
Change committed as 202197

Powered by Google App Engine
This is Rietveld 408576698