FFmpeg
Data Fields
LUT Struct Reference

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
 

Detailed Description

Definition at line 62 of file vf_morpho.c.

Field Documentation

◆ arr

uint8_t*** LUT::arr

◆ base_arr

uint8_t*** LUT::base_arr

Definition at line 66 of file vf_morpho.c.

Referenced by alloc_lut().

◆ min_r

int LUT::min_r

◆ max_r

int LUT::max_r

◆ I

int LUT::I

Definition at line 69 of file vf_morpho.c.

Referenced by alloc_lut(), and alloc_lut_if_necessary().

◆ X

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().

◆ pre_pad_x

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().

◆ type_size

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().


The documentation for this struct was generated from the following file: