Evas filters: Use box blur by default
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 11 Mar 2014 09:21:46 +0000 (18:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Mar 2014 05:08:02 +0000 (14:08 +0900)
commit2a1ba1b9086bdf9d3d474ec7f8a5cfe37fcdd61a
tree7e3c291caaf08febeb23efde7e67dfab0806c0d7
parent4e249143a52c370abfb2bf304d7d8dbacb930aeb
Evas filters: Use box blur by default

BOX blur is a lot faster (and easier to optimize, too)
than GAUSSIAN blur. Repeating 2x or 3x BOX blur will also
give similar results to GAUSSIAN blur (very smooth), but
in much less time.

Add a count parameter to the BOX blur instruction.
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_parser.c
src/lib/evas/filters/evas_filter_private.h
src/lib/evas/include/evas_filter.h