Home
last modified time | relevance | path

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

/external/jpeg/
Ddjpeg.c231 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
Djdmerge.c727 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_merged_upsampler()
743 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_merged_upsampler()
Djquant2.c1175 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1293 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
Djquant1.c753 case JDITHER_NONE: in start_pass_1_quant()
Djpeglib.h237 JDITHER_NONE, /* no dithering */ enumerator
Djdcolor.c831 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
Dlibjpeg.doc1102 JDITHER_NONE no dithering: fast, very low quality
/external/qemu/distrib/jpeg-6b/
Ddjpeg.c231 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
Djdmerge.c727 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_merged_upsampler()
743 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_merged_upsampler()
Djquant2.c1175 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1293 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
Djquant1.c753 case JDITHER_NONE: in start_pass_1_quant()
Djpeglib.h237 JDITHER_NONE, /* no dithering */ enumerator
Djdcolor.c831 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
Dlibjpeg.doc1102 JDITHER_NONE no dithering: fast, very low quality
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp263 cinfo.dither_mode = JDITHER_NONE; in onDecode()
578 cinfo->dither_mode = JDITHER_NONE; in onDecodeRegion()