FFmpeg
|
Data Fields | |
const AVClass * | class |
int | planeheight [4] |
int | planewidth [4] |
int | nb_planes |
int | threshold [4] |
int | coordinates |
int | depth |
int | bpc |
void(* | filter )(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord) |
Definition at line 35 of file vf_neighbor.c.
const AVClass* NContext::class |
Definition at line 36 of file vf_neighbor.c.
int NContext::planeheight[4] |
Definition at line 37 of file vf_neighbor.c.
Referenced by config_input(), filter_frame(), and filter_slice().
int NContext::planewidth[4] |
Definition at line 38 of file vf_neighbor.c.
Referenced by config_input(), and filter_slice().
int NContext::nb_planes |
Definition at line 39 of file vf_neighbor.c.
Referenced by config_input(), and filter_slice().
int NContext::threshold[4] |
Definition at line 40 of file vf_neighbor.c.
Referenced by filter_slice().
int NContext::coordinates |
Definition at line 41 of file vf_neighbor.c.
Referenced by filter_slice().
int NContext::depth |
Definition at line 43 of file vf_neighbor.c.
Referenced by config_input().
int NContext::bpc |
Definition at line 44 of file vf_neighbor.c.
Referenced by config_input(), and filter_slice().
void(* NContext::filter)(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord) |
Definition at line 46 of file vf_neighbor.c.
Referenced by config_input(), and filter_slice().