xine-lib  1.2.10
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
convolve_create
VisualFX convolve_create(void)
Definition: convolve_fx.c:360
flying_star_create
VisualFX flying_star_create(void)
Definition: flying_stars_fx.c:317
goom_plugin_info.h
zoom_filter_c
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
_PIXEL
Definition: goom_graphic.h:55
goom_visual_fx.h
_VISUAL_FX
Definition: goom_visual_fx.h:17