|
| enum | EvalMode { EVAL_MODE_INIT,
EVAL_MODE_FRAME,
EVAL_MODE_NB
} |
| |
|
|
const AVClass * | class |
| |
|
EQParameters | param [3] |
| |
|
char * | contrast_expr |
| |
|
AVExpr * | contrast_pexpr |
| |
|
double | contrast |
| |
|
char * | brightness_expr |
| |
|
AVExpr * | brightness_pexpr |
| |
|
double | brightness |
| |
|
char * | saturation_expr |
| |
|
AVExpr * | saturation_pexpr |
| |
|
double | saturation |
| |
|
char * | gamma_expr |
| |
|
AVExpr * | gamma_pexpr |
| |
|
double | gamma |
| |
|
char * | gamma_weight_expr |
| |
|
AVExpr * | gamma_weight_pexpr |
| |
|
double | gamma_weight |
| |
|
char * | gamma_r_expr |
| |
|
AVExpr * | gamma_r_pexpr |
| |
|
double | gamma_r |
| |
|
char * | gamma_g_expr |
| |
|
AVExpr * | gamma_g_pexpr |
| |
|
double | gamma_g |
| |
|
char * | gamma_b_expr |
| |
|
AVExpr * | gamma_b_pexpr |
| |
|
double | gamma_b |
| |
|
double | var_values [VAR_NB] |
| |
|
void(* | process )(struct EQParameters *par, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int w, int h) |
| |
|
enum EQContext::EvalMode | eval_mode |
| |
The documentation for this struct was generated from the following file: