|
xine-lib
1.2.10
|
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]) |
| VisualFX convolve_create | ( | void | ) |
References convolve_apply(), convolve_free(), convolve_init(), and _VISUAL_FX::init.
Referenced by goom_init().
| VisualFX flying_star_create | ( | void | ) |
References fs_apply(), fs_free(), fs_init(), and _VISUAL_FX::init.
Referenced by goom_init().
| 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().
1.8.17