commit | ba8275148ab8b10393b053e2586b852796c4afc2 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Mon Aug 14 15:35:46 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Aug 14 20:20:55 2017 +0000 |
tree | 0bcdb86847fc764a0e056fff93bf253801239990 | |
parent | 61d137885796fa531d20c0f293f3c514ae8f0ce0 [diff] |
Add an average mode for sigma < 2 The original code had an optimization when sigma < 2 that averaged pixels instead of Gaussian bluring them. This CL adds that behavior back to the new implementat. BUG=chromium:745290 Change-Id: I35b7de2138a859d546439cc2053b4b599a94ebe1 Reviewed-on: https://skia-review.googlesource.com/34180 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>