Searched full:dithering (Results 76 - 100 of 170) sorted by relevance

1234567

/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp383 // color would effectively disable dithering. To allow dithering and to prevent undefined rounding
/external/skia/src/core/
H A DSkBlitter_RGB16.cpp294 // if we have no dithering, this will always fail
332 // if we have no dithering, this will always fail
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp257 // If colors change sharply across the gradient, dithering is
810 // Default our dither bias values to 1/2, (rounding), which is no dithering
H A DSkGradientShaderPriv.h198 /// if dithering is disabled.
/external/webp/include/webp/
H A Ddecode.h445 int dithering_strength; // dithering strength (0=Off, 100=full)
447 int alpha_dithering_strength; // alpha dithering strength in [0..100]
/external/webp/src/dsp/
H A Ddsp.h341 // Dithering. Combines dithering values (centered around 128) with dst[],
/external/webp/src/webp/
H A Ddecode.h445 int dithering_strength; // dithering strength (0=Off, 100=full)
447 int alpha_dithering_strength; // alpha dithering strength in [0..100]
/frameworks/base/libs/hwui/
H A DProgramCache.cpp278 // Dithering must be done in the quantization space
281 // The dithering pattern is generated with a triangle noise generator in the range [-1.0,1.0]
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h822 * Structure used to configure current type of dithering
828 OMX_DITHERTYPE eDither; /**< Type of dithering to use */
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_IVCommon.h797 * Structure used to configure current type of dithering
803 OMX_DITHERTYPE eDither; /**< Type of dithering to use */
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_IVCommon.h784 * Structure used to configure current type of dithering
790 OMX_DITHERTYPE eDither; /**< Type of dithering to use */
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_IVCommon.h797 * Structure used to configure current type of dithering
803 OMX_DITHERTYPE eDither; /**< Type of dithering to use */
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_IVCommon.h797 * Structure used to configure current type of dithering
803 OMX_DITHERTYPE eDither; /**< Type of dithering to use */
/external/mesa3d/docs/
H A 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
165 - Dithering support moved from core into device driver
316 - slightly faster RGB dithering
323 - better color selection when dithering
367 - TrueColor visuals how have dithering (for depths < 24 bits)
/system/core/libpixelflinger/
H A Dscanline.cpp196 /* same as first entry, but with dithering */
200 /* same as second entry, but with dithering */
204 /* this is used during the boot animation - CHEAT: ignore dithering */
276 // (disregard dithering, see below)
346 // this will match regardless of dithering state, since both
347 // src and dest have the same format anyway, there is no dithering
1121 /* This is used to perform dithering operations.
/external/libjpeg-turbo/
H A Djpeglib.h259 /* Dithering options for decompression. */
262 JDITHER_NONE, /* no dithering */
506 J_DITHER_MODE dither_mode; /* type of color dithering to use */
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c454 * Compute component-to-pixel lookup tables and dithering kernel
494 /* setup dithering kernel */
942 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */
/external/pdfium/third_party/libjpeg/
H A Djpeglib.h332 /* Dithering options for decompression. */
335 JDITHER_NONE, /* no dithering */
547 J_DITHER_MODE dither_mode; /* type of color dithering to use */
/external/skia/include/core/
H A DSkPaint.h103 kDither_Flag = 0x04, //!< mask to enable dithering
156 @return true if the dithering bit is set in the paint's flags.
163 @param dither true to enable dithering, false to disable it
/external/webp/src/dec/
H A Dframe_dec.c317 // Dithering
319 // minimal amp that will provide a non-zero dithering effect
352 // potentially allow alpha dithering
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h116 /* Dithering mode options */
/external/libdrm/include/drm/
H A Ddrm_mode.h85 /* Dithering mode options */
/external/libdrm/
H A Dxf86drmMode.h122 /* Dithering mode options */
/external/skia/bench/
H A DGradientBench.cpp336 // Dithering
/external/webrtc/talk/app/webrtc/objc/
H A DRTCOpenGLVideoRenderer.mm191 // Disable dithering for performance.

Completed in 1024 milliseconds

1234567