e672ece3dec15d57ed3e486eab56fb4ee48156a9
[platform/upstream/gst-plugins-good.git] / gst / goom / goom_fx.h
1 #ifndef _GOOM_FX_H
2 #define _GOOM_FX_H
3
4 #include "goom_visual_fx.h"
5 #include "goom_plugin_info.h"
6
7 VisualFX convolve_create ();
8 VisualFX flying_star_create (void);
9
10 void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
11
12 #endif