| FFmpeg
    | 

| Data Fields | |
| const AVClass * | class | 
| uint8_t | lut [4][256] | 
| lookup table for each component  More... | |
| char * | comp_expr_str [4] | 
| AVExpr * | comp_expr [4] | 
| int | hsub | 
| int | vsub | 
| double | var_values [VAR_VARS_NB] | 
| int | is_rgb | 
| int | is_yuv | 
| int | step | 
| int | negate_alpha | 
Detailed Description
Field Documentation
| AVExpr* LutContext::comp_expr[4] | 
Definition at line 63 of file vf_lut.c.
Referenced by config_props(), and uninit().
| char* LutContext::comp_expr_str[4] | 
Definition at line 62 of file vf_lut.c.
Referenced by config_props(), and uninit().
| int LutContext::hsub | 
Definition at line 64 of file vf_lut.c.
Referenced by config_props(), and filter_frame().
| int LutContext::is_rgb | 
Definition at line 66 of file vf_lut.c.
Referenced by config_props(), filter_frame(), and query_formats().
| int LutContext::is_yuv | 
Definition at line 66 of file vf_lut.c.
Referenced by config_props(), and query_formats().
| uint8_t LutContext::lut[4][256] | 
lookup table for each component
Definition at line 61 of file vf_lut.c.
Referenced by config_props(), and filter_frame().
| int LutContext::step | 
Definition at line 67 of file vf_lut.c.
Referenced by config_props(), and filter_frame().
| double LutContext::var_values[VAR_VARS_NB] | 
Definition at line 65 of file vf_lut.c.
Referenced by clip(), compute_gammaval(), and config_props().
| int LutContext::vsub | 
Definition at line 64 of file vf_lut.c.
Referenced by config_props(), and filter_frame().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11