ThresholdContext   49 libavfilter/threshold.h void ff_threshold_init(ThresholdContext *s);
ThresholdContext   50 libavfilter/threshold.h void ff_threshold_init_x86(ThresholdContext *s);
ThresholdContext   36 libavfilter/vf_threshold.c #define OFFSET(x) offsetof(ThresholdContext, x)
ThresholdContext   81 libavfilter/vf_threshold.c     ThresholdContext *s = ctx->priv;
ThresholdContext  120 libavfilter/vf_threshold.c     ThresholdContext *s = fs->opaque;
ThresholdContext  210 libavfilter/vf_threshold.c     ThresholdContext *s = ctx->priv;
ThresholdContext  229 libavfilter/vf_threshold.c void ff_threshold_init(ThresholdContext *s)
ThresholdContext  246 libavfilter/vf_threshold.c     ThresholdContext *s = ctx->priv;
ThresholdContext  314 libavfilter/vf_threshold.c     ThresholdContext *s = ctx->priv;
ThresholdContext  320 libavfilter/vf_threshold.c     ThresholdContext *s = ctx->priv;
ThresholdContext  358 libavfilter/vf_threshold.c     .priv_size     = sizeof(ThresholdContext),
ThresholdContext   40 libavfilter/x86/vf_threshold_init.c av_cold void ff_threshold_init_x86(ThresholdContext *s)
ThresholdContext   51 tests/checkasm/vf_threshold.c     ThresholdContext s;