Searched full:dithering (Results 26 - 50 of 170) sorted by relevance

1234567

/external/skia/include/core/
H A DSkFont.h31 kDither_Flag = 0x04, //!< mask to enable dithering
60 kDither_Flag = 0x04, //!< mask to enable dithering
/external/mesa3d/docs/
H A DREADME.CYGWIN162 displayed in the top row (drawn by dithering) should nearly match those
188 HPCR glClear(GL_COLOR_BUFFER_BIT) dithering
190 If you set the MESA_HPCR_CLEAR environment variable then dithering
H A Dxlibdriver.html148 displayed in the top row (drawn by dithering) should nearly match those
184 <h2>HPCR Dithering</h2>
186 If you set the <b>MESA_HPCR_CLEAR</b> environment variable then dithering
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h60 PF_Dither_True, /**< TrueColor with dithering */
85 enum pixel_format dithered_pf; /* Pixel format when dithering */
86 enum pixel_format undithered_pf;/* Pixel format when not dithering */
/external/webp/src/utils/
H A Dquant_levels_dec_utils.c23 // #define USE_DITHERING // uncomment to enable ordered dithering (not vital)
31 #define DFIX 4 // extra precision for ordered dithering
32 #define DSIZE 4 // dithering size (must be a power of two)
/external/ImageMagick/config/
H A Dthresholds.xml16 of "levels" used to provide the threshold map for ordered dithering and
93 From "Dithering Algorithms"
170 "Dithering & Halftoning" by Gernot Haffmann
215 Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
/external/ImageMagick/www/source/
H A Dthresholds.xml16 of "levels" used to provide the threshold map for ordered dithering and
93 From "Dithering Algorithms"
170 "Dithering & Halftoning" by Gernot Haffmann
215 Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Des.po95 msgid "Color dithering method"
107 msgid "Ordered 2D color dithering"
H A Dfr.po94 msgid "Color dithering method"
106 msgid "Ordered 2D color dithering"
H A Dnl.po95 msgid "Color dithering method"
107 msgid "Ordered 2D color dithering"
H A Dsv.po92 msgid "Color dithering method"
104 msgid "Ordered 2D color dithering"
H A Dt_options.h130 DRI_CONF_DESC_BEGIN(en,gettext("Color dithering method")) \
133 DRI_CONF_ENUM(2,gettext("Ordered 2D color dithering")) \
H A Dde.po96 msgid "Color dithering method"
108 msgid "Ordered 2D color dithering"
/external/webp/src/enc/
H A Dwebp_enc.c350 float dithering = 0.f; local
354 // slowly decreasing from max dithering at low quality (q->0)
355 // to 0.5 dithering amplitude at high quality (q->100)
356 dithering = 1.0f + (0.5f - 1.0f) * x2 * x2;
358 if (!WebPPictureARGBToYUVADithered(pic, WEBP_YUV420, dithering)) {
/external/webp/include/webp/
H A Dencode.h124 // 0=none, 1=segment-smooth, 2=pseudo-random dithering
483 // pseudo-random dithering with a strength 'dithering' between
484 // 0.0 (no dithering) and 1.0 (maximum dithering). This is useful
487 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/src/webp/
H A Dencode.h124 // 0=none, 1=segment-smooth, 2=pseudo-random dithering
483 // pseudo-random dithering with a strength 'dithering' between
484 // 0.0 (no dithering) and 1.0 (maximum dithering). This is useful
487 WebPPicture* picture, WebPEncCSP colorspace, float dithering);
/external/webp/src/dec/
H A Dalpha_dec.c198 // if we allowed use of alpha dithering, check whether it's needed at all
200 dec->alpha_dithering_ = 0; // disable dithering
H A Dquant_dec.c104 m->uv_quant_ = q + dquv_ac; // for dithering strength evaluation
/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java404 * Enables dithering
406 * @param enable specifies whether dithering is enabled or
/external/libjpeg-turbo/
H A Djquant2.c14 * Floyd-Steinberg dithering.
18 * Note: ordered dithering is not supported, since there isn't any fast
49 * color (optionally after applying a Floyd-Steinberg dithering correction).
138 /* Declarations for Floyd-Steinberg dithering.
184 /* Variables for Floyd-Steinberg dithering */
897 /* This version performs no dithering */
931 /* This version performs Floyd-Steinberg dithering */
1144 /* Only F-S dithering or no dithering is supported. */
1262 /* Only F-S dithering o
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c133 /* Dithering. */
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.h65 /* enable or disable dithering */
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.h65 /* enable or disable dithering */
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.h66 /* enable or disable dithering */
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h65 /* enable or disable dithering */

Completed in 2304 milliseconds

1234567