xine-lib  1.2.9
goom_fx.h
Go to the documentation of this file.
1 #ifndef _GOOM_FX_H
2 #define _GOOM_FX_H
3 
4 #include "goom_visual_fx.h"
5 #include "goom_plugin_info.h"
6 
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
Definition: goom_visual_fx.h:17
VisualFX flying_star_create(void)
Definition: flying_stars_fx.c:315
void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])
Definition: filters.c:94
Definition: goom_graphic.h:55
VisualFX convolve_create(void)
Definition: convolve_fx.c:360