#include <vf_eq.h>
Definition at line 58 of file vf_eq.h.
◆ EvalMode
Enumerator |
---|
EVAL_MODE_INIT | |
EVAL_MODE_FRAME | |
EVAL_MODE_NB | |
Definition at line 100 of file vf_eq.h.
◆ class
◆ param
◆ contrast_expr
char* EQContext::contrast_expr |
◆ contrast_pexpr
AVExpr* EQContext::contrast_pexpr |
◆ contrast
double EQContext::contrast |
◆ brightness_expr
char* EQContext::brightness_expr |
◆ brightness_pexpr
AVExpr* EQContext::brightness_pexpr |
◆ brightness
double EQContext::brightness |
◆ saturation_expr
char* EQContext::saturation_expr |
◆ saturation_pexpr
AVExpr* EQContext::saturation_pexpr |
◆ saturation
double EQContext::saturation |
◆ gamma_expr
char* EQContext::gamma_expr |
◆ gamma_pexpr
AVExpr* EQContext::gamma_pexpr |
◆ gamma
◆ gamma_weight_expr
char* EQContext::gamma_weight_expr |
◆ gamma_weight_pexpr
AVExpr* EQContext::gamma_weight_pexpr |
◆ gamma_weight
double EQContext::gamma_weight |
◆ gamma_r_expr
char* EQContext::gamma_r_expr |
◆ gamma_r_pexpr
AVExpr* EQContext::gamma_r_pexpr |
◆ gamma_r
double EQContext::gamma_r |
◆ gamma_g_expr
char* EQContext::gamma_g_expr |
◆ gamma_g_pexpr
AVExpr* EQContext::gamma_g_pexpr |
◆ gamma_g
double EQContext::gamma_g |
◆ gamma_b_expr
char* EQContext::gamma_b_expr |
◆ gamma_b_pexpr
AVExpr* EQContext::gamma_b_pexpr |
◆ gamma_b
double EQContext::gamma_b |
◆ var_values
double EQContext::var_values[VAR_NB] |
◆ process
◆ eval_mode
The documentation for this struct was generated from the following file: