Home
last modified time | relevance | path

Searched refs:JDITHER_NONE (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Djdmerge.c587 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
604 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
Djquant2.c1149 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1267 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
Djpeglib.h262 JDITHER_NONE, /* no dithering */ enumerator
Ddjpeg.c262 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
Djquant1.c756 case JDITHER_NONE: in start_pass_1_quant()
Djdcolor.c830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
Dlibjpeg.txt1241 JDITHER_NONE no dithering: fast, very low quality
/external/libaom/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc506 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/libyuv/files/source/
Dmjpeg_decoder.cc517 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/skia/src/codec/
DSkJpegCodec.cpp371 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in conversionSupported()
/external/skqp/src/codec/
DSkJpegCodec.cpp421 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in conversionSupported()