Searched full:dithering (Results 1 - 25 of 170) sorted by last modified time

1234567

/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.
/system/core/libpixelflinger/
H A Dclear.cpp96 // XXX: rgba-dithering, rgba-masking
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.
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp583 // its high bits set to 0. However in the dithering case,
H A Dload_store.cpp247 int dithering = 0; local
253 dithering = mDithering;
269 if (!dithering) {
284 // in the dithering case though, we need to preserve the lower bits
319 // but better one (needed for dithering) is:
325 // Dithering is done here
326 if (dithering) {
327 comment("dithering");
343 if ((maskLoBits|dithering) && (sh > dbits)) {
H A Dtexturing.cpp67 // we're not smoothing (just dithering), we never have to
197 // (smooth and/or dithering case)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
H A DDrawableDescriptors.java112 + "dithering and tiling.",
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
H A DGLStateType.java107 DITHER("Dithering enabled"),
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
H A Ddrawable2-expected-completion51.txt3 android:dither : Enables or disables dithering. [boolean]
/prebuilts/qemu-kernel/x86/
H A Dvmlinux-vboxinitcall_debug Linux version 2.6.29-qemu (malchev@malchev-glaptop) (gcc version 4.4.3 (Ubuntu ...
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_imageop.py142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_imageop.py142 # (simple-minded) dithering algorithm.
148 # dithering.
154 # dithering.
160 # dithering. As for dither2mono, the dithering algorithm is currently
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
H A Ddrm_mode.h74 /* Dithering mode options */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
H A Ddrm_mode.h74 /* Dithering mode options */
/packages/inputmethods/LatinIME/dictionaries/
H A Den_GB_wordlist.combined.gz
H A Den_US_wordlist.combined.gz
H A Den_wordlist.combined.gz
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java830 // scaling, dithering or filtering.
/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 */
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.h65 /* enable or disable dithering */

Completed in 3376 milliseconds

1234567