HysteresisContext   31 libavfilter/vf_hysteresis.c #define OFFSET(x) offsetof(HysteresisContext, x)
HysteresisContext   49 libavfilter/vf_hysteresis.c     void (*hysteresis)(struct HysteresisContext *s, const uint8_t *bsrc, const uint8_t *osrc, uint8_t *dst,
HysteresisContext   90 libavfilter/vf_hysteresis.c     HysteresisContext *s = fs->opaque;
HysteresisContext  140 libavfilter/vf_hysteresis.c static int passed(HysteresisContext *s, int x, int y, int w)
HysteresisContext  145 libavfilter/vf_hysteresis.c static void push(HysteresisContext *s, int x, int y, int w)
HysteresisContext  151 libavfilter/vf_hysteresis.c static void pop(HysteresisContext *s, int *x, int *y)
HysteresisContext  159 libavfilter/vf_hysteresis.c static int is_empty(HysteresisContext *s)
HysteresisContext  164 libavfilter/vf_hysteresis.c static void hysteresis8(HysteresisContext *s, const uint8_t *bsrc, const uint8_t *asrc,
HysteresisContext  206 libavfilter/vf_hysteresis.c static void hysteresis16(HysteresisContext *s, const uint8_t *bbsrc, const uint8_t *aasrc,
HysteresisContext  258 libavfilter/vf_hysteresis.c     HysteresisContext *s = ctx->priv;
HysteresisContext  292 libavfilter/vf_hysteresis.c     HysteresisContext *s = ctx->priv;
HysteresisContext  340 libavfilter/vf_hysteresis.c     HysteresisContext *s = ctx->priv;
HysteresisContext  346 libavfilter/vf_hysteresis.c     HysteresisContext *s = ctx->priv;
HysteresisContext  353 libavfilter/vf_hysteresis.c FRAMESYNC_DEFINE_CLASS(hysteresis, HysteresisContext, fs);
HysteresisContext  381 libavfilter/vf_hysteresis.c     .priv_size     = sizeof(HysteresisContext),