FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LUT2Context Struct Reference

Data Fields

const AVClassclass
 
char * comp_expr_str [4]
 
AVExprcomp_expr [4]
 
double var_values [VAR_VARS_NB]
 
uint16_t * lut [4]
 lookup table for each component More...
 
int width [4]
 
int height [4]
 
int nb_planes
 
int depth
 
int depthx
 
int depthy
 
void(* lut2 )(struct LUT2Context *s, AVFrame *dst, AVFrame *srcx, AVFrame *srcy)
 
FFFrameSync fs
 

Detailed Description

Definition at line 53 of file vf_lut2.c.

Field Documentation

const AVClass* LUT2Context::class

Definition at line 54 of file vf_lut2.c.

char* LUT2Context::comp_expr_str[4]

Definition at line 56 of file vf_lut2.c.

Referenced by config_output(), and uninit().

AVExpr* LUT2Context::comp_expr[4]

Definition at line 58 of file vf_lut2.c.

Referenced by config_output(), and uninit().

double LUT2Context::var_values[VAR_VARS_NB]

Definition at line 59 of file vf_lut2.c.

Referenced by config_inputx(), config_inputy(), and config_output().

uint16_t* LUT2Context::lut[4]

lookup table for each component

Definition at line 60 of file vf_lut2.c.

Referenced by config_output(), lut2_16bit(), lut2_8bit(), and uninit().

int LUT2Context::width[4]

Definition at line 61 of file vf_lut2.c.

Referenced by config_inputx(), lut2_16bit(), and lut2_8bit().

int LUT2Context::height[4]

Definition at line 61 of file vf_lut2.c.

Referenced by config_inputx(), lut2_16bit(), and lut2_8bit().

int LUT2Context::nb_planes

Definition at line 62 of file vf_lut2.c.

Referenced by config_inputx(), config_output(), lut2_16bit(), and lut2_8bit().

int LUT2Context::depth

Definition at line 63 of file vf_lut2.c.

Referenced by config_output().

int LUT2Context::depthx

Definition at line 63 of file vf_lut2.c.

Referenced by config_inputx(), config_output(), lut2_16bit(), and lut2_8bit().

int LUT2Context::depthy

Definition at line 63 of file vf_lut2.c.

Referenced by config_inputy(), and config_output().

void(* LUT2Context::lut2)(struct LUT2Context *s, AVFrame *dst, AVFrame *srcx, AVFrame *srcy)

Definition at line 65 of file vf_lut2.c.

Referenced by config_output(), and process_frame().

FFFrameSync LUT2Context::fs

Definition at line 67 of file vf_lut2.c.

Referenced by config_output(), filter_frame(), process_frame(), and request_frame().


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