xine-lib 1.2.13-20230125hg15249
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
10void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
11
12#endif
VisualFX flying_star_create(void)
Definition flying_stars_fx.c:317
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
VisualFX convolve_create(void)
Definition convolve_fx.c:367
Definition goom_visual_fx.h:17
Definition goom_graphic.h:55