FFmpeg
|
Data Fields | |
const AVClass * | class |
float | hue_deg |
float | hue |
char * | hue_deg_expr |
char * | hue_expr |
AVExpr * | hue_deg_pexpr |
AVExpr * | hue_pexpr |
float | saturation |
char * | saturation_expr |
AVExpr * | saturation_pexpr |
float | brightness |
char * | brightness_expr |
AVExpr * | brightness_pexpr |
int | hsub |
int | vsub |
int | is_first |
int32_t | hue_sin |
int32_t | hue_cos |
double | var_values [VAR_NB] |
uint8_t | lut_l [256] |
uint8_t | lut_u [256][256] |
uint8_t | lut_v [256][256] |
float HueContext::hue_deg |
Definition at line 62 of file vf_hue.c.
Referenced by filter_frame().
float HueContext::hue |
Definition at line 63 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
char* HueContext::hue_deg_expr |
Definition at line 64 of file vf_hue.c.
Referenced by filter_frame(), init(), and process_command().
char* HueContext::hue_expr |
Definition at line 65 of file vf_hue.c.
Referenced by filter_frame(), init(), and process_command().
AVExpr* HueContext::hue_deg_pexpr |
Definition at line 66 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
AVExpr* HueContext::hue_pexpr |
Definition at line 67 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
float HueContext::saturation |
Definition at line 68 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
char* HueContext::saturation_expr |
Definition at line 69 of file vf_hue.c.
Referenced by filter_frame(), and init().
AVExpr* HueContext::saturation_pexpr |
Definition at line 70 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
float HueContext::brightness |
Definition at line 71 of file vf_hue.c.
Referenced by create_luma_lut(), and filter_frame().
char* HueContext::brightness_expr |
Definition at line 72 of file vf_hue.c.
Referenced by filter_frame(), and init().
AVExpr* HueContext::brightness_pexpr |
Definition at line 73 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
int HueContext::hsub |
Definition at line 74 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
int HueContext::vsub |
Definition at line 75 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
int HueContext::is_first |
Definition at line 76 of file vf_hue.c.
Referenced by filter_frame(), and init().
int32_t HueContext::hue_sin |
Definition at line 77 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
int32_t HueContext::hue_cos |
Definition at line 78 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
double HueContext::var_values[VAR_NB] |
Definition at line 79 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
uint8_t HueContext::lut_l[256] |
Definition at line 80 of file vf_hue.c.
Referenced by apply_luma_lut(), and create_luma_lut().
uint8_t HueContext::lut_u[256][256] |
Definition at line 81 of file vf_hue.c.
Referenced by apply_lut(), and create_chrominance_lut().
uint8_t HueContext::lut_v[256][256] |
Definition at line 82 of file vf_hue.c.
Referenced by apply_lut(), and create_chrominance_lut().