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

Data Fields

unsigned char lut [256]
 
uint16_t lut16 [256 *256]
 
int lut_clean
 
void(* adjust )(struct eq2_param_t *par, unsigned char *dst, unsigned char *src, unsigned w, unsigned h, unsigned dstride, unsigned sstride)
 
double c
 
double b
 
double g
 
double w
 

Detailed Description

Definition at line 43 of file vf_eq2.c.

Field Documentation

unsigned char eq2_param_t::lut[256]

Definition at line 44 of file vf_eq2.c.

Referenced by apply_lut(), and create_lut().

uint16_t eq2_param_t::lut16[256 *256]

Definition at line 46 of file vf_eq2.c.

Referenced by apply_lut(), and create_lut().

int eq2_param_t::lut_clean
void(* eq2_param_t::adjust)(struct eq2_param_t *par, unsigned char *dst, unsigned char *src, unsigned w, unsigned h, unsigned dstride, unsigned sstride)

Definition at line 50 of file vf_eq2.c.

Referenced by check_values(), put_image(), and vf_open().

double eq2_param_t::c

Definition at line 53 of file vf_eq2.c.

Referenced by affine_1d_MMX(), check_values(), create_lut(), set_contrast(), set_saturation(), and vf_open().

double eq2_param_t::b

Definition at line 54 of file vf_eq2.c.

Referenced by affine_1d_MMX(), check_values(), create_lut(), set_brightness(), and vf_open().

double eq2_param_t::g

Definition at line 55 of file vf_eq2.c.

Referenced by check_values(), create_lut(), set_gamma(), and vf_open().

double eq2_param_t::w

Definition at line 56 of file vf_eq2.c.

Referenced by create_lut(), and set_gamma().


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