commit | 1bfcaa463650dc4c51cef074dd770a7158b096b7 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Mon Jun 01 08:40:48 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 01 08:40:48 2015 -0700 |
tree | b0deb48d8a92d7f24844e5576e81efdd153873c1 | |
parent | a35778ba323fff7e5e241af24c6ebd9988ed77b9 [diff] |
don't square error term twice The cubic code erroneously passed the error square term to a function which in turn squares the error term. R=reed@google.com BUG=skia:3877 Review URL: https://codereview.chromium.org/1163843003