Home
last modified time | relevance | path

Searched refs:two_pass_quantize (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Djdapimin.c212 cinfo->two_pass_quantize = TRUE; in default_decompress_parms()
214 cinfo->two_pass_quantize = FALSE; in default_decompress_parms()
Djdmaster.c490 } else if (cinfo->two_pass_quantize) { in master_selection()
627 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()
Ddjpeg.c296 cinfo->two_pass_quantize = FALSE; in parse_switches()
376 cinfo->two_pass_quantize = FALSE; in parse_switches()
Djdapistd.c414 if (cinfo->quantize_colors && cinfo->two_pass_quantize) in jpeg_skip_scanlines()
Djpeglib.h513 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member
Dlibjpeg.txt1243 boolean two_pass_quantize
1256 ordered dither when two_pass_quantize is TRUE or when you supply
2223 Selected by cinfo.two_pass_quantize = FALSE and cinfo.colormap = NULL.
2226 two_pass_quantize is ignored); also set cinfo.actual_number_of_colors.
2228 Selected by cinfo.two_pass_quantize = TRUE and cinfo.colormap = NULL.
2244 current two_pass_quantize and colormap settings, so you only need to set the
2248 can change to any enabled quantization method by setting two_pass_quantize