FFmpeg
|
Data Fields | |
const AVClass * | class |
int | planeheight [4] |
int | planewidth [4] |
int | nb_planes |
int | threshold [4] |
int | coordinates |
uint8_t * | buffer |
void(* | filter )(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord) |
Definition at line 30 of file vf_neighbor.c.
const AVClass* NContext::class |
Definition at line 31 of file vf_neighbor.c.
int NContext::planeheight[4] |
Definition at line 32 of file vf_neighbor.c.
Referenced by config_input(), and filter_frame().
int NContext::planewidth[4] |
Definition at line 33 of file vf_neighbor.c.
Referenced by config_input(), and filter_frame().
int NContext::nb_planes |
Definition at line 34 of file vf_neighbor.c.
Referenced by config_input(), and filter_frame().
int NContext::threshold[4] |
Definition at line 35 of file vf_neighbor.c.
Referenced by filter_frame().
int NContext::coordinates |
Definition at line 36 of file vf_neighbor.c.
Referenced by filter_frame().
uint8_t* NContext::buffer |
Definition at line 37 of file vf_neighbor.c.
Referenced by config_input(), filter_frame(), and uninit().
void(* NContext::filter)(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord) |
Definition at line 39 of file vf_neighbor.c.
Referenced by config_input(), and filter_frame().