![]() |
PandA-2024.02
|

Go to the source code of this file.
Functions | |
| int | add_filter (unsigned int pos, int(*filter)(unsigned char *, unsigned char *, unsigned int, unsigned int)) |
| void | execute (unsigned char *in, unsigned char *out, unsigned int x_size, unsigned int y_size) |
| int add_filter | ( | unsigned int | pos, |
| int(*)(unsigned char *, unsigned char *, unsigned int, unsigned int) | filter | ||
| ) |
| void execute | ( | unsigned char * | in, |
| unsigned char * | out, | ||
| unsigned int | x_size, | ||
| unsigned int | y_size | ||
| ) |
Definition at line 16 of file filter.c.
References fun(), MAX_IMAGESIZE, MAX_PIPELINE_DEPTH, pipeline, and x.
Referenced by test().


1.8.13