Home
last modified time | relevance | path

Searched refs:dithering (Results 1 – 25 of 35) sorted by relevance

12

/external/webp/src/utils/
Drandom_utils.c33 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()
Drandom_utils.h34 void VP8InitRandom(VP8Random* const rg, float dithering);
/external/python/cpython2/Doc/library/
Dimageop.rst60 (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/webp/src/enc/
Dwebp_enc.c358 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()
Dpicture_csp_enc.c844 float dithering, in ImportYUVAFromRGBA() argument
894 if (dithering > 0.) { in ImportYUVAFromRGBA()
895 VP8InitRandom(&base_rg, dithering); in ImportYUVAFromRGBA()
992 float dithering, int use_iterative_conversion) { in PictureARGBToYUVA() argument
1007 dithering, use_iterative_conversion, picture); in PictureARGBToYUVA()
1012 float dithering) { in WebPPictureARGBToYUVADithered() argument
1013 return PictureARGBToYUVA(picture, colorspace, dithering, 0); in WebPPictureARGBToYUVADithered()
/external/libpng/
DTODO13 Improved dithering.
/external/mesa3d/src/util/xmlpool/
Dnl.po133 msgid "Color dithering method"
145 msgid "Ordered 2D color dithering"
Dsv.po131 msgid "Color dithering method"
143 msgid "Ordered 2D color dithering"
Dde.po134 msgid "Color dithering method"
146 msgid "Ordered 2D color dithering"
Dfr.po132 msgid "Color dithering method"
144 msgid "Ordered 2D color dithering"
Des.po141 msgid "Color dithering method"
153 msgid "Ordered 2D color dithering"
Dca.po159 msgid "Color dithering method"
171 msgid "Ordered 2D color dithering"
/external/libjpeg-turbo/
Dusage.txt207 -smooth N Smooth the input image to eliminate dithering noise.
230 factor of 10 to 50 gets rid of dithering patterns in the input file, resulting
349 -dither fs Use Floyd-Steinberg dithering in color quantization.
350 -dither ordered Use ordered dithering in color quantization.
351 -dither none Do not use dithering in color quantization.
352 By default, Floyd-Steinberg dithering is applied when
355 between speed and quality; no dithering is fast but
DChangeLog.md239 algorithm that caused incorrect dithering in the output image. This algorithm
880 for decompressing JPEG images into RGB565 (16-bit) pixels. If dithering is not
/external/webp/include/webp/
Dencode.h490 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/src/webp/
Dencode.h490 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/
DREADME358 -nodither .... disable dithering
359 -dither <d> .. dithering strength (in 0..100)
360 -alpha_dither use alpha-plane dithering if needed
405 -dither <int> dithering strength (0..100), default=50
406 -noalphadither disable alpha plane dithering
/external/mesa3d/src/gallium/docs/source/cso/
Dblend.rst67 Whether dithering is enabled.
/external/mesa3d/docs/
DVERSIONS58 - MUCH, MUCH nicer dithering in 8-bit RGB mode
138 - Support for HP's Color Recovery dithering displays
161 - dithering in 8-bit TrueColor/DirectColor visuals
316 - slightly faster RGB dithering
323 - better color selection when dithering
367 - TrueColor visuals how have dithering (for depths < 24 bits)
/external/webrtc/webrtc/api/objc/
DRTCOpenGLVideoRenderer.mm172 // Disable dithering for performance.
/external/ImageMagick/MagickWand/
DChangeLog101 of pre-defined dithering threshold maps, but over multiple intensity levels,
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm191 // Disable dithering for performance.
/external/skia/docs/
Dspelling.txt64 distributed dither dithering divide divided divides dividing division divisions divisor do
/external/skqp/docs/
Dspelling.txt64 distributed dither dithering divide divided divides dividing division divisions divisor do
/external/brotli/tests/testdata/
Dlcet10.txt228 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 …]

12