thresholding      314 libavfilter/vf_readeia608.c     thresholding(s, line, LAG, 1, 0, w);
thresholding       62 libavfilter/vf_vaguedenoiser.c     void (*thresholding)(float *block, const int width, const int height,
thresholding      477 libavfilter/vf_vaguedenoiser.c             s->thresholding(s->block, width, height, width, s->threshold, s->percent);
thresholding      485 libavfilter/vf_vaguedenoiser.c                     s->thresholding(s->block, s->hlowsize[p][n], s->vlowsize[p][n], width, threshold, s->percent);
thresholding      489 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hhighsize[p][n], s->vlowsize[p][n], width, threshold, s->percent);
thresholding      492 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hlowsize[p][n], s->vhighsize[p][n], width, threshold, s->percent);
thresholding      495 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hhighsize[p][n], s->vhighsize[p][n], width, threshold, s->percent);
thresholding      571 libavfilter/vf_vaguedenoiser.c         s->thresholding = hard_thresholding;
thresholding      574 libavfilter/vf_vaguedenoiser.c         s->thresholding = soft_thresholding;
thresholding      577 libavfilter/vf_vaguedenoiser.c         s->thresholding = qian_thresholding;