xine-lib 1.2.13-20230125hg15249
Functions
goom_fx.h File Reference
#include "goom_visual_fx.h"
#include "goom_plugin_info.h"

Go to the source code of this file.

Functions

VisualFX convolve_create (void)
 
VisualFX flying_star_create (void)
 
void zoom_filter_c (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])
 

Function Documentation

◆ convolve_create()

VisualFX convolve_create ( void )

◆ flying_star_create()

VisualFX flying_star_create ( void )

References fs_apply(), fs_free(), fs_init(), and _VISUAL_FX::init.

Referenced by goom_init().

◆ 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] )

References c_zoom().

Referenced by setOptimizedMethods().