Searched refs:thresholding (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_vaguedenoiser.c | 62 void (*thresholding)(float *block, const int width, const int height, member 470 s->thresholding(s->block, width, height, width, s->threshold, s->percent); in filter() 478 … s->thresholding(s->block, s->hlowsize[p][n], s->vlowsize[p][n], width, threshold, s->percent); in filter() 482 … s->thresholding(block, s->hhighsize[p][n], s->vlowsize[p][n], width, threshold, s->percent); in filter() 485 … s->thresholding(block, s->hlowsize[p][n], s->vhighsize[p][n], width, threshold, s->percent); in filter() 488 … s->thresholding(block, s->hhighsize[p][n], s->vhighsize[p][n], width, threshold, s->percent); in filter() 564 s->thresholding = hard_thresholding; in init() 567 s->thresholding = soft_thresholding; in init() 570 s->thresholding = qian_thresholding; in init()
|
D | vf_readeia608.c | 246 static void thresholding(ReadEIA608Context *s, ScanItem *scan, LineItem *line, in thresholding() function 380 thresholding(s, scan, line, LAG, 1, 0, w); in extract_line()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 1790 Set softness applied inside thresholding function. Allowed range is from 0 to 4534 (thresholding) function. If (and only if) the compression feature is enabled, 4535 all input frames will be processed by a soft knee thresholding function prior 4536 to the actual normalization process. Put simply, the thresholding function is 8287 Set low and high threshold values used by the Canny thresholding 8366 Set thresholding parameter for hard thresholding in 3D transformed domain. 8367 Larger values results in stronger hard-thresholding filtering in frequency 12111 Set low and high threshold values used by the Canny thresholding 12147 Standard edge detection with custom values for the hysteresis thresholding: 12153 Painting effect without thresholding: [all …]
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 228 thresholding and dithering offered by George THOMA and FLEISCHHAUER. 3685 thresholding, dynamic thresholding, dithering, image merge * Page edge 3721 Fixed thresholding was the first technique described, suitable for 3727 thresholding is the way to change the black-to-red contrast to the 3732 done by fixed thresholding. A final example boils down to the same 3733 thing, slight variability, but it is not significant. Fixed thresholding 3740 shining on it, the image must be processed by a dynamic thresholding 3748 marker. Application of a fixed-thresholding scheme, THOMA argued, might
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 1310 cheaper than thresholding sine.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 4196 - Overshoot thresholding wasn't performed correctly, creating
|
/third_party/lame/ |
D | ChangeLog | 8849 - all ATH adjust related thresholding(ns_msfix, quantcompare and
|