Searched full:dithering (Results 51 - 75 of 170) sorted by relevance

1234567

/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.h68 /* enable or disable dithering */
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
H A DGLStateType.java107 DITHER("Dithering enabled"),
/system/core/libpixelflinger/
H A Dclear.cpp96 // XXX: rgba-dithering, rgba-masking
/external/libjpeg-turbo/
H A 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
H A Dcjpeg.1197 Smooth the input image to eliminate dithering noise. N, ranging from 1 to
242 50 gets rid of dithering patterns in the input file, resulting in a smaller
H A Djdmerge.c452 /* Declarations for ordered dithering
455 * sufficent for dithering RGB888 to RGB565.
H A Ddjpeg.c158 fprintf(stderr, " -dither fs Use F-S dithering (default)\n");
159 fprintf(stderr, " -dither none Don't use dithering in quantization\n");
249 /* Select dithering algorithm. */
H A Djdcolor.c600 /* Declarations for ordered dithering
603 * sufficent for dithering RGB888 to RGB565.
859 /* only ordered dithering is supported */
/external/skia/src/effects/gradients/
H A DSk4fLinearGradient.cpp188 // TODO: plumb dithering
206 // TONOTDO: plumb dithering
/external/webp/src/enc/
H A Dpicture_csp_enc.c837 float dithering,
888 if (dithering > 0.) {
889 VP8InitRandom(&base_rg, dithering);
986 float dithering, int use_iterative_conversion) {
1001 dithering, use_iterative_conversion, picture);
1006 float dithering) {
1007 return PictureARGBToYUVA(picture, colorspace, dithering, 0);
1100 0.f /* no dithering */, 0, picture);
831 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) argument
985 PictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace, float dithering, int use_iterative_conversion) argument
1005 WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace, float dithering) argument
/external/ImageMagick/MagickCore/
H A Dimage.h270 dither; /* dithering on/off */
/frameworks/native/include/android/
H A Dwindow.h117 * Turn on dithering when compositing this window to
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.h68 /* enable or disable dithering */
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit.h68 /* enable or disable dithering */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
H A Ddrm_mode.h74 /* Dithering mode options */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
H A Ddrm_mode.h74 /* Dithering mode options */
/external/webp/
H A DREADME349 -nodither .... disable dithering
350 -dither <d> .. dithering strength (in 0..100)
351 -alpha_dither use alpha-plane dithering if needed
379 -dither <int> dithering strength (0..100), default=50
380 -noalphadither disable alpha plane dithering
/system/media/audio_utils/include/audio_utils/
H A Dprimitives.h75 * The conversion is done by truncation, without dithering, so it loses resolution.
88 * The conversion is done by truncation, without dithering, so it loses resolution.
101 * The conversion is done by truncation, without dithering, so it loses resolution.
116 * The conversion is done by truncation, without dithering, so it loses resolution.
255 * The conversion is done by truncation, without dithering, so it loses resolution.
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java139 * Paint flag that enables dithering when blitting.
687 * Dithering affects how colors that are higher precision than the device
688 * are down-sampled. No dithering is generally faster, but higher precision
689 * colors are just truncated down (e.g. 8888 -> 565). Dithering tries to
693 * @return true if the dithering bit is set in the paint's flags.
701 * Dithering affects how colors that are higher precision than the device
702 * are down-sampled. No dithering is generally faster, but higher precision
703 * colors are just truncated down (e.g. 8888 -> 565). Dithering tries to
707 * @param dither true to set the dithering bit in flags, false to clear it
812 * device pixels. That is dependent on dithering an
[all...]
/external/mesa3d/docs/
H A Dversions.html90 <li>MUCH, MUCH nicer dithering in 8-bit RGB mode
186 <li>Support for HP's Color Recovery dithering displays
213 <li>dithering in 8-bit TrueColor/DirectColor visuals
219 <li>Dithering support moved from core into device driver
404 <li>slightly faster RGB dithering
413 <li>better color selection when dithering
463 <li>TrueColor visuals how have dithering (for depths < 24 bits)
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp56 /// \brief Dithering mass distributer.
58 /// This class splits up a single mass into portions by weight, dithering to
59 /// spread out error. No mass is lost. The dithering precision depends on the
/external/ImageMagick/ImageMagick/script/
H A Dwebp.html122 <td>Choose from: 0=none, 1=segment-smooth, 2=pseudo-random dithering.</td>
/external/ImageMagick/www/
H A Dwebp.html126 <td>Choose from: 0=none, 1=segment-smooth, 2=pseudo-random dithering.</td>
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_cc.c74 * blending, and dithering, have no effect when the corresponding
/external/webrtc/webrtc/api/objc/
H A DRTCOpenGLVideoRenderer.mm172 // Disable dithering for performance.

Completed in 1466 milliseconds

1234567