EQContext         102 libavfilter/vf_eq.c static void check_values(EQParameters *param, EQContext *eq)
EQContext         112 libavfilter/vf_eq.c static void set_contrast(EQContext *eq)
EQContext         120 libavfilter/vf_eq.c static void set_brightness(EQContext *eq)
EQContext         128 libavfilter/vf_eq.c static void set_gamma(EQContext *eq)
EQContext         149 libavfilter/vf_eq.c static void set_saturation(EQContext *eq)
EQContext         185 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         213 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         246 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         282 libavfilter/vf_eq.c     EQContext *eq = ctx->priv;
EQContext         346 libavfilter/vf_eq.c #define OFFSET(x) offsetof(EQContext, x)
EQContext         374 libavfilter/vf_eq.c     .priv_size       = sizeof(EQContext),
EQContext         102 libavfilter/vf_eq.h void ff_eq_init_x86(EQContext *eq);
EQContext          87 libavfilter/x86/vf_eq.c av_cold void ff_eq_init_x86(EQContext *eq)