xine-lib
1.2.13-20230125hg15249
xine-lib-1.2.13
src
post
goom
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
7
VisualFX
convolve_create
(
void
);
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
flying_star_create
VisualFX flying_star_create(void)
Definition
flying_stars_fx.c:317
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
convolve_create
VisualFX convolve_create(void)
Definition
convolve_fx.c:367
goom_plugin_info.h
goom_visual_fx.h
_VISUAL_FX
Definition
goom_visual_fx.h:17
_PIXEL
Definition
goom_graphic.h:55
Generated by
1.10.0