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

Issue 19107002: improve convolve speed of skpdiff using direct pointers (Closed)

Created:
7 years, 5 months ago by Zach Reizner
Modified:
7 years, 5 months ago
Reviewers:
djsollen
CC:
skia-review_googlegroups.com, tfarina
Visibility:
Public.

Description

improve convolve speed of skpdiff using direct pointers R=djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=10099

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -12 lines) Patch
M experimental/skpdiff/SkPMetric.cpp View 1 4 chunks +31 lines, -12 lines 1 comment Download
M experimental/skpdiff/skpdiff.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Zach Reizner
7 years, 5 months ago (2013-07-12 17:51:06 UTC) #1
djsollen
https://codereview.chromium.org/19107002/diff/1/experimental/skpdiff/SkPMetric.cpp File experimental/skpdiff/SkPMetric.cpp (right): https://codereview.chromium.org/19107002/diff/1/experimental/skpdiff/SkPMetric.cpp#newcode41 experimental/skpdiff/SkPMetric.cpp:41: T * getRow(int y) const { T* no space ...
7 years, 5 months ago (2013-07-12 18:07:10 UTC) #2
Zach Reizner
https://codereview.chromium.org/19107002/diff/1/experimental/skpdiff/SkPMetric.cpp File experimental/skpdiff/SkPMetric.cpp (right): https://codereview.chromium.org/19107002/diff/1/experimental/skpdiff/SkPMetric.cpp#newcode208 experimental/skpdiff/SkPMetric.cpp:208: rowPtrs[y] = imageL->getRow(y - radius); On 2013/07/12 18:07:10, djsollen ...
7 years, 5 months ago (2013-07-12 18:51:43 UTC) #3
djsollen
lgtm
7 years, 5 months ago (2013-07-12 19:23:47 UTC) #4
Zach Reizner
Committed patchset #2 manually as r10099 (presubmit successful).
7 years, 5 months ago (2013-07-16 12:57:37 UTC) #5
tfarina
7 years, 5 months ago (2013-07-16 13:07:25 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/19107002/diff/5001/experimental/skpdiff/SkPMe...
File experimental/skpdiff/SkPMetric.cpp (right):

https://codereview.chromium.org/19107002/diff/5001/experimental/skpdiff/SkPMe...
experimental/skpdiff/SkPMetric.cpp:203: const int matrixCount = sizeof(matrix) /
sizeof(float);
SK_ARRAY_COUNT?

Powered by Google App Engine
This is Rietveld 408576698