31 static const char *
const var_names[] = {
48 void (*adjust)(
struct EQParameters *eq, uint8_t *dst,
int dst_stride,
49 const uint8_t *src,
int src_stride,
int w,
int h);
53 double brightness, contrast, gamma, gamma_weight;
67 char *brightness_expr;
71 char *saturation_expr;
79 char *gamma_weight_expr;
80 AVExpr *gamma_weight_pexpr;
95 double var_values[VAR_NB];
97 void (*process)(
struct EQParameters *par, uint8_t *dst,
int dst_stride,
98 const uint8_t *src,
int src_stride,
int w,
int h);
100 enum EvalMode { EVAL_MODE_INIT, EVAL_MODE_FRAME, EVAL_MODE_NB } eval_mode;
Main libavfilter public API header.
Describe the class of an AVClass context structure.
Definition: log.h:67
simple arithmetic expression evaluator