Evas filters: Add template optimizable files for box blur
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 25 Mar 2014 07:54:57 +0000 (16:54 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 2 Apr 2014 05:53:00 +0000 (14:53 +0900)
commit634034af4615234fc017f71a2d7c67b1b1745800
tree8410a588adc2b9530339815b4cbbeb9e126af62b
parent4c390fb984a71d2578a5ea676704d7ea6de9f173
Evas filters: Add template optimizable files for box blur

The new files (i386, sse3 and neon) are basically empty and fallback
to the C version. This is just to pave the way for full low-level
optimization... if someone has the time and skills to do it :)

Add both Alpha and RGBA template files.
src/Makefile_Evas.am
src/lib/evas/filters/blur/blur_box_alpha_i386.c [new file with mode: 0644]
src/lib/evas/filters/blur/blur_box_alpha_neon.c [new file with mode: 0644]
src/lib/evas/filters/blur/blur_box_alpha_sse3.c [new file with mode: 0644]
src/lib/evas/filters/blur/blur_box_rgba_.c
src/lib/evas/filters/blur/blur_box_rgba_i386.c [new file with mode: 0644]
src/lib/evas/filters/blur/blur_box_rgba_neon.c [new file with mode: 0644]
src/lib/evas/filters/blur/blur_box_rgba_sse3.c [new file with mode: 0644]
src/lib/evas/filters/evas_filter_blur.c