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

1 2

  /external/jpeg/
djpeg.c 229 cinfo->dither_mode = JDITHER_FS;
231 cinfo->dither_mode = JDITHER_NONE;
233 cinfo->dither_mode = JDITHER_ORDERED;
252 cinfo->dither_mode = JDITHER_ORDERED;
jquant2.c     [all...]
jquant1.c 344 if (cinfo->dither_mode == JDITHER_ORDERED) {
752 switch (cinfo->dither_mode) {
852 if (cinfo->dither_mode == JDITHER_FS)
jdapimin.c 199 cinfo->dither_mode = JDITHER_FS;
jdmerge.c 727 if (cinfo->dither_mode == JDITHER_NONE) {
743 if (cinfo->dither_mode == JDITHER_NONE) {
jdcolor.c 841 if (cinfo->dither_mode == JDITHER_NONE) {
jpeglib.h 452 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
djpeg.c 229 cinfo->dither_mode = JDITHER_FS;
231 cinfo->dither_mode = JDITHER_NONE;
233 cinfo->dither_mode = JDITHER_ORDERED;
252 cinfo->dither_mode = JDITHER_ORDERED;
jquant2.c     [all...]
jquant1.c 344 if (cinfo->dither_mode == JDITHER_ORDERED) {
752 switch (cinfo->dither_mode) {
852 if (cinfo->dither_mode == JDITHER_FS)
jdapimin.c 199 cinfo->dither_mode = JDITHER_FS;
jdmerge.c 727 if (cinfo->dither_mode == JDITHER_NONE) {
743 if (cinfo->dither_mode == JDITHER_NONE) {
jdcolor.c 831 if (cinfo->dither_mode == JDITHER_NONE) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
t_options.h 129 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
options.h 238 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 129 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
options.h 238 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 460 * dither_mode of cinfo.
466 cinfo->dither_mode = JDITHER_NONE;
477 cinfo->dither_mode = JDITHER_ORDERED;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 460 * dither_mode of cinfo.
466 cinfo->dither_mode = JDITHER_NONE;
477 cinfo->dither_mode = JDITHER_ORDERED;
    [all...]
  /external/libyuv/files/source/
mjpeg_decoder.cc 520 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 418 m_info.dither_mode = ditherMode();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 706 switch ( driQueryOptioni( &rmesa->radeon.optionCache, "dither_mode" ) ) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 706 switch ( driQueryOptioni( &rmesa->radeon.optionCache, "dither_mode" ) ) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]

Completed in 529 milliseconds

1 2