HomeSort by relevance Sort by last modified time
    Searched full:dithering (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/pixman/demos/
linear-gradient.c 15 /* These colors make it very obvious that dithering
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable2-expected-completion51.txt 3 android:dither : Enables or disables dithering. [boolean]
  /external/chromium_org/third_party/mesa/src/docs/
perf.html 19 <li> Turn off dithering when not needed.
62 <li> Try disabling dithering with the MESA_NO_DITHER environment variable.
63 If this env var is defined Mesa will disable dithering and the
README.CYGWIN 162 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
xlibdriver.html 148 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/docs/
perf.html 19 <li> Turn off dithering when not needed.
62 <li> Try disabling dithering with the MESA_NO_DITHER environment variable.
63 If this env var is defined Mesa will disable dithering and the
README.CYGWIN 162 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
xlibdriver.html 148 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/libpng/
TODO 11 Improved dithering.
  /frameworks/base/libs/hwui/
Dither.h 36 * Handles dithering for programs.
  /external/jpeg/
djpeg.1 127 Use Floyd-Steinberg dithering in color quantization.
130 Use ordered dithering in color quantization.
133 Do not use dithering in color quantization.
134 By default, Floyd-Steinberg dithering is applied when quantizing colors; this
136 between speed and quality; no dithering is fast but usually looks awful. Note
jquant1.c 10 * color values. Optional Floyd-Steinberg or ordered dithering is available.
24 * quantizer is perfectly adequate. Dithering is highly recommended with this
53 /* Declarations for ordered dithering.
56 * dithering is described in many references, for instance Dale Schumacher's
61 * the distance between output values. For ordered dithering, we assume that
81 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
103 /* Declarations for Floyd-Steinberg dithering.
158 /* Variables for ordered dithering */
162 /* Variables for Floyd-Steinberg dithering */
252 * dithering can't produce a color outside the selected gamut.
    [all...]
  /external/qemu/distrib/jpeg-6b/
djpeg.1 127 Use Floyd-Steinberg dithering in color quantization.
130 Use ordered dithering in color quantization.
133 Do not use dithering in color quantization.
134 By default, Floyd-Steinberg dithering is applied when quantizing colors; this
136 between speed and quality; no dithering is fast but usually looks awful. Note
jquant1.c 10 * color values. Optional Floyd-Steinberg or ordered dithering is available.
24 * quantizer is perfectly adequate. Dithering is highly recommended with this
53 /* Declarations for ordered dithering.
56 * dithering is described in many references, for instance Dale Schumacher's
61 * the distance between output values. For ordered dithering, we assume that
81 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
103 /* Declarations for Floyd-Steinberg dithering.
158 /* Variables for ordered dithering */
162 /* Variables for Floyd-Steinberg dithering */
252 * dithering can't produce a color outside the selected gamut.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 262 int dithering = 0; local
268 dithering = mDithering;
284 if (!dithering) {
299 // in the dithering case though, we need to preserve the lower bits
334 // but better one (needed for dithering) is:
340 // Dithering is done here
341 if (dithering) {
342 comment("dithering");
358 if ((maskLoBits|dithering) && (sh > dbits)) {
  /system/media/audio_utils/include/audio_utils/
primitives.h 57 * The conversion is done by truncation, without dithering, so it loses resolution.
68 * The conversion is done by truncation, without dithering, so it loses resolution.
80 * The conversion is done by truncation, without dithering, so it loses resolution.
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 81 int fCurrY; // used for dithering
  /external/skia/src/images/
SkScaledBitmapSampler.h 81 int fCurrY; // used for dithering
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
blend.rst 67 Whether dithering is enabled.
70 Dithering is completely implementation-dependent. It may be ignored by
  /external/mesa3d/src/gallium/docs/source/cso/
blend.rst 67 Whether dithering is enabled.
70 Dithering is completely implementation-dependent. It may be ignored by
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 60 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/mesa3d/src/mesa/drivers/x11/
xmesaP.h 60 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/chromium_org/third_party/skia/include/core/
SkBlitRow.h 29 The x,y params are useful just for dithering

Completed in 1897 milliseconds

1 2 3 4 5 6 7