diff options
author | motek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 03:35:36 +0000 |
---|---|---|
committer | motek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 03:35:36 +0000 |
commit | e8a35d18c83f54d1575d9f2e8fd267a8e7c27025 (patch) | |
tree | 9b9848719a3ace846876b341bb584e4997fdc3e2 /skia/skia.gyp | |
parent | f4cb55d06f1c0b9dbfbe058f55755604fb33324f (diff) | |
download | chromium_src-e8a35d18c83f54d1575d9f2e8fd267a8e7c27025.zip chromium_src-e8a35d18c83f54d1575d9f2e8fd267a8e7c27025.tar.gz chromium_src-e8a35d18c83f54d1575d9f2e8fd267a8e7c27025.tar.bz2 |
An implementation of recursive gaussian filters.
Based on the Young and Vliet paper 'Recursive implementation of the Gaussian filter'.
BUG=155269
Review URL: https://chromiumcodereview.appspot.com/14740020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 117cbc4..6fea4b7 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -178,6 +178,8 @@ 'ext/platform_device_linux.cc', 'ext/platform_device_mac.cc', 'ext/platform_device_win.cc', + 'ext/recursive_gaussian_convolution.cc', + 'ext/recursive_gaussian_convolution.h', 'ext/refptr.h', 'ext/SkMemory_new_handler.cpp', 'ext/skia_trace_shim.h', |