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

1 2

  /external/libjpeg-turbo/
jquant2.c     [all...]
djpeg.c 251 cinfo->dither_mode = JDITHER_FS;
253 cinfo->dither_mode = JDITHER_NONE;
255 cinfo->dither_mode = JDITHER_ORDERED;
282 cinfo->dither_mode = JDITHER_ORDERED;
jquant1.c 346 if (cinfo->dither_mode == JDITHER_ORDERED) {
752 switch (cinfo->dither_mode) {
852 if (cinfo->dither_mode == JDITHER_FS)
jdmerge.c 596 if (cinfo->dither_mode != JDITHER_NONE) {
613 if (cinfo->dither_mode != JDITHER_NONE) {
jdapimin.c 210 cinfo->dither_mode = JDITHER_FS;
jpeglib.h 505 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
    [all...]
jdcolor.c 843 if (cinfo->dither_mode == JDITHER_NONE) {
  /external/opencv3/3rdparty/libjpeg/
jquant2.c     [all...]
jquant1.c 345 if (cinfo->dither_mode == JDITHER_ORDERED) {
753 switch (cinfo->dither_mode) {
853 if (cinfo->dither_mode == JDITHER_FS)
jdapimin.c 199 cinfo->dither_mode = JDITHER_FS;
jpeglib.h 486 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
    [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/pdfium/third_party/libjpeg/
fpdfapi_jdapimin.c 198 cinfo->dither_mode = JDITHER_FS;
jpeglib.h 547 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 282 * dither_mode of cinfo. Only does work in ANDROID_RGB
289 cinfo->dither_mode = JDITHER_NONE;
300 cinfo->dither_mode = JDITHER_ORDERED;
721 cinfo.dither_mode = JDITHER_NONE;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 506 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/libyuv/files/source/
mjpeg_decoder.cc 504 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/skia/src/codec/
SkJpegCodec.cpp 217 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 113 milliseconds

1 2