/external/webp/src/utils/ |
D | random_utils.c | 33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom() argument 37 rg->amp_ = (dithering < 0.0) ? 0 in VP8InitRandom() 38 : (dithering > 1.0) ? (1 << VP8_RANDOM_DITHER_FIX) in VP8InitRandom() 39 : (uint32_t)((1 << VP8_RANDOM_DITHER_FIX) * dithering); in VP8InitRandom()
|
D | random_utils.h | 34 void VP8InitRandom(VP8Random* const rg, float dithering);
|
/external/python/cpython2/Doc/library/ |
D | imageop.rst | 60 (simple-minded) dithering algorithm. 73 Convert an 8-bit greyscale image to a 4-bit greyscale image without dithering. 78 Convert an 8-bit greyscale image to a 2-bit greyscale image without dithering. 83 Convert an 8-bit greyscale image to a 2-bit greyscale image with dithering. As 84 for :func:`dither2mono`, the dithering algorithm is currently very simple.
|
/external/mesa3d/docs/ |
D | perf.rst | 8 #. Turn off dithering when not needed. 42 #. Try disabling dithering with the MESA_NO_DITHER environment variable. 43 If this env var is defined Mesa will disable dithering and the
|
D | xlibdriver.rst | 111 dithering) should nearly match those in the bottom row (drawn as grays). 140 If you set the **MESA_HPCR_CLEAR** environment variable then dithering
|
D | versions.rst | 86 - MUCH, MUCH nicer dithering in 8-bit RGB mode 185 - Support for HP's Color Recovery dithering displays 213 - dithering in 8-bit TrueColor/DirectColor visuals 409 - slightly faster RGB dithering 419 - better color selection when dithering 470 - TrueColor visuals how have dithering (for depths < 24 bits)
|
/external/webp/src/enc/ |
D | webp_enc.c | 358 float dithering = 0.f; in WebPEncode() local 364 dithering = 1.0f + (0.5f - 1.0f) * x2 * x2; in WebPEncode() 366 if (!WebPPictureARGBToYUVADithered(pic, WEBP_YUV420, dithering)) { in WebPEncode()
|
D | picture_csp_enc.c | 848 float dithering, in ImportYUVAFromRGBA() argument 898 if (dithering > 0.) { in ImportYUVAFromRGBA() 899 VP8InitRandom(&base_rg, dithering); in ImportYUVAFromRGBA() 996 float dithering, int use_iterative_conversion) { in PictureARGBToYUVA() argument 1011 dithering, use_iterative_conversion, picture); in PictureARGBToYUVA() 1016 float dithering) { in WebPPictureARGBToYUVADithered() argument 1017 return PictureARGBToYUVA(picture, colorspace, dithering, 0); in WebPPictureARGBToYUVADithered()
|
/external/libpng/ |
D | TODO | 9 * Improved dithering.
|
/external/libcups/examples/ |
D | r300-basic.drv | 55 // Very basic dithering settings
|
D | r300-colorman.drv | 65 // Very basic dithering settings
|
D | r300-remote.drv | 65 // Very basic dithering settings
|
/external/igt-gpu-tools/tools/ |
D | intel_bios.h | 72 uint32_t dithering:1; member
|
D | intel_vbt_decode.c | 1104 …printf("\t\t Dithering: %s\n", config->dithering ? "done in Display Controller" : "done in Panel C… in dump_mipi_config()
|
/external/skia/src/gpu/effects/ |
D | GrDitherEffect.fp | 10 // Larger values increase the strength of the dithering effect.
|
/external/webp/src/webp/ |
D | encode.h | 497 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
|
/external/webp/include/webp/ |
D | encode.h | 497 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
|
/external/libjpeg-turbo/ |
D | usage.txt | 213 -smooth N Smooth the input image to eliminate dithering noise. 236 factor of 10 to 50 gets rid of dithering patterns in the input file, resulting 369 -dither fs Use Floyd-Steinberg dithering in color quantization. 370 -dither ordered Use ordered dithering in color quantization. 371 -dither none Do not use dithering in color quantization. 372 By default, Floyd-Steinberg dithering is applied when 375 between speed and quality; no dithering is fast but
|
/external/webp/ |
D | README | 364 -nodither .... disable dithering 365 -dither <d> .. dithering strength (in 0..100) 366 -alpha_dither use alpha-plane dithering if needed 411 -dither <int> dithering strength (0..100), default=50 412 -noalphadither disable alpha plane dithering
|
/external/mesa3d/docs/gallium/cso/ |
D | blend.rst | 67 Whether dithering is enabled.
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.4.rst | 98 - meta: Disable dithering during glGenerateMipmap
|
/external/ImageMagick/MagickWand/ |
D | ChangeLog | 101 of pre-defined dithering threshold maps, but over multiple intensity levels,
|
/external/skqp/docs/ |
D | spelling.txt | 64 distributed dither dithering divide divided divides dividing division divisions divisor do
|
/external/libcups/ppdc/ |
D | foo.drv | 210 // have a cost of 100, unless the filter does no dithering - then a cost
|
/external/rust/crates/libz-sys/src/zlib-ng/test/data/ |
D | lcet10.txt | 228 thresholding and dithering offered by George THOMA and FLEISCHHAUER. 3355 special handling, setting for dithering or gray scale, and adjusting for 3685 thresholding, dynamic thresholding, dithering, image merge * Page edge 3754 by a process known as dithering or electronic screening. But dithering 3758 dithering, it cannot be used for every compound image. In the document 3765 dithering matrix; the resulting images are merged to give the best 3768 THOMA illustrated how dithering is also used in nonphotographic or 3800 Devoting the remainder of his brief presentation to dithering, 3803 printed halftones. AM took the same image and used the dithering 3807 FLEISCHHAUER also observed that dithering produces a binary file which is [all …]
|