FFmpeg
|
Data Fields | |
uint8_t *** | arr |
uint8_t *** | base_arr |
int | min_r |
int | max_r |
int | I |
int | X |
int | pre_pad_x |
int | type_size |
Definition at line 62 of file vf_morpho.c.
uint8_t*** LUT::arr |
Definition at line 65 of file vf_morpho.c.
Referenced by alloc_lut(), alloc_lut_if_necessary(), circular_swap(), compute_max_row(), compute_min_row(), line_dilate(), and line_erode().
uint8_t*** LUT::base_arr |
Definition at line 66 of file vf_morpho.c.
Referenced by alloc_lut().
int LUT::min_r |
Definition at line 67 of file vf_morpho.c.
Referenced by alloc_lut(), alloc_lut_if_necessary(), circular_swap(), compute_max_lut(), and compute_min_lut().
int LUT::max_r |
Definition at line 68 of file vf_morpho.c.
Referenced by alloc_lut(), alloc_lut_if_necessary(), circular_swap(), update_max_lut(), and update_min_lut().
int LUT::I |
Definition at line 69 of file vf_morpho.c.
Referenced by alloc_lut(), and alloc_lut_if_necessary().
int LUT::X |
Definition at line 70 of file vf_morpho.c.
Referenced by alloc_lut(), alloc_lut_if_necessary(), compute_max_row(), and compute_min_row().
int LUT::pre_pad_x |
Definition at line 71 of file vf_morpho.c.
Referenced by alloc_lut(), alloc_lut_if_necessary(), compute_max_row(), and compute_min_row().
int LUT::type_size |
Definition at line 72 of file vf_morpho.c.
Referenced by alloc_lut(), compute_max_row(), compute_min_row(), line_dilate(), and line_erode().