Libav
Data Fields
LutContext Struct Reference

Data Fields

const AVClassclass
 
uint8_t lut [4][256]
 lookup table for each component More...
 
char * comp_expr_str [4]
 
AVExprcomp_expr [4]
 
int hsub
 
int vsub
 
double var_values [VAR_VARS_NB]
 
int is_rgb
 
int is_yuv
 
int rgba_map [4]
 
int step
 
int negate_alpha
 

Detailed Description

Definition at line 66 of file vf_lut.c.

Field Documentation

§ class

const AVClass* LutContext::class

Definition at line 67 of file vf_lut.c.

§ lut

uint8_t LutContext::lut[4][256]

lookup table for each component

Definition at line 68 of file vf_lut.c.

Referenced by config_props(), and filter_frame().

§ comp_expr_str

char* LutContext::comp_expr_str[4]

Definition at line 69 of file vf_lut.c.

Referenced by config_props(), and uninit().

§ comp_expr

AVExpr* LutContext::comp_expr[4]

Definition at line 70 of file vf_lut.c.

Referenced by config_props(), and uninit().

§ hsub

int LutContext::hsub

Definition at line 71 of file vf_lut.c.

Referenced by config_props(), and filter_frame().

§ vsub

int LutContext::vsub

Definition at line 71 of file vf_lut.c.

Referenced by config_props(), and filter_frame().

§ var_values

double LutContext::var_values[VAR_VARS_NB]

Definition at line 72 of file vf_lut.c.

Referenced by clip(), compute_gammaval(), config_props(), and init().

§ is_rgb

int LutContext::is_rgb

Definition at line 73 of file vf_lut.c.

Referenced by config_props(), filter_frame(), init(), and query_formats().

§ is_yuv

int LutContext::is_yuv

Definition at line 73 of file vf_lut.c.

Referenced by config_props(), init(), and query_formats().

§ rgba_map

int LutContext::rgba_map[4]

Definition at line 74 of file vf_lut.c.

Referenced by config_props(), and filter_frame().

§ step

int LutContext::step

Definition at line 75 of file vf_lut.c.

Referenced by config_props(), and filter_frame().

§ negate_alpha

int LutContext::negate_alpha

Definition at line 76 of file vf_lut.c.


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