|
xine-lib
1.2.9
|
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(), and convolve_init().
Referenced by goom_init().
| VisualFX flying_star_create | ( | void | ) |
References fs_apply(), fs_free(), and fs_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.14