EQContext          97 libavfilter/vf_eq.c static void check_values(EQParameters *param, EQContext *eq)
EQContext         107 libavfilter/vf_eq.c static void set_contrast(EQContext *eq)
EQContext         115 libavfilter/vf_eq.c static void set_brightness(EQContext *eq)
EQContext         123 libavfilter/vf_eq.c static void set_gamma(EQContext *eq)
EQContext         144 libavfilter/vf_eq.c static void set_saturation(EQContext *eq)
EQContext         177 libavfilter/vf_eq.c void ff_eq_init(EQContext *eq)
EQContext         186 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         212 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         226 libavfilter/vf_eq.c     EQContext *eq = inlink->dst->priv;
EQContext         258 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         306 libavfilter/vf_eq.c                             void (*set_fn)(EQContext *eq), AVFilterContext *ctx)
EQContext         308 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         320 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         354 libavfilter/vf_eq.c #define OFFSET(x) offsetof(EQContext, x)
EQContext         385 libavfilter/vf_eq.c     .priv_size       = sizeof(EQContext),
EQContext         103 libavfilter/vf_eq.h void ff_eq_init(EQContext *eq);
EQContext         104 libavfilter/vf_eq.h void ff_eq_init_x86(EQContext *eq);
EQContext          65 libavfilter/x86/vf_eq_init.c av_cold void ff_eq_init_x86(EQContext *eq)
EQContext          50 tests/checkasm/vf_eq.c     EQContext eq;