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

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
djpeg.c 240 cinfo->dither_mode = JDITHER_FS;
242 cinfo->dither_mode = JDITHER_NONE;
244 cinfo->dither_mode = JDITHER_ORDERED;
266 cinfo->dither_mode = JDITHER_ORDERED;
jquant2.c     [all...]
jquant1.c 349 if (cinfo->dither_mode == JDITHER_ORDERED) {
757 switch (cinfo->dither_mode) {
857 if (cinfo->dither_mode == JDITHER_FS)
jdapimin.c 198 cinfo->dither_mode = JDITHER_FS;
jpeglib.h 510 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
    [all...]
  /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) {
  /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) {
  /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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapimin.c 199 cinfo->dither_mode = JDITHER_FS;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 500 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc 500 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/libyuv/files/source/
mjpeg_decoder.cc 520 decompress_struct_->dither_mode = JDITHER_NONE;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 459 * dither_mode of cinfo. Only does work in ANDROID_RGB
466 cinfo->dither_mode = JDITHER_NONE;
477 cinfo->dither_mode = JDITHER_ORDERED;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 474 * dither_mode of cinfo. Only does work in ANDROID_RGB
481 cinfo->dither_mode = JDITHER_NONE;
492 cinfo->dither_mode = JDITHER_ORDERED;
    [all...]

Completed in 404 milliseconds

1 2