PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | MAX_PIPELINE_DEPTH 10 |
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) |
Variables | |
void * | pipeline [MAX_PIPELINE_DEPTH] |
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().
void* pipeline[MAX_PIPELINE_DEPTH] |
Definition at line 6 of file filter.c.
Referenced by add_filter(), execute(), and last_intermediate_state::operator()().