Home
last modified time | relevance | path

Searched refs:quantize_colors (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmaster.c193 cinfo->output_components = (cinfo->quantize_colors ? 1 : in jpeg_calc_output_dimensions()
313 if (! cinfo->quantize_colors || ! cinfo->buffered_image) { in master_selection()
318 if (cinfo->quantize_colors) { in master_selection()
453 if (cinfo->quantize_colors && cinfo->colormap == NULL) { in prepare_for_output_pass()
470 if (cinfo->quantize_colors) in prepare_for_output_pass()
502 if (cinfo->quantize_colors) in finish_output_pass()
523 if (cinfo->quantize_colors && cinfo->enable_external_quant && in jpeg_new_colormap()
Dfpdfapi_jdpostct.c79 if (cinfo->quantize_colors) { in start_pass_dpost()
263 if (cinfo->quantize_colors) { in jinit_d_post_controller()
Dfpdfapi_jdapimin.c196 cinfo->quantize_colors = FALSE; in default_decompress_parms()
Dfpdfapi_jdcolor.c392 if (cinfo->quantize_colors) in jinit_color_deconverter()
Djpeglib.h545 boolean quantize_colors; /* TRUE=colormapped output wanted */ member
/external/opencv3/3rdparty/libjpeg/
Djdmaster.c174 cinfo->output_components = (cinfo->quantize_colors ? 1 : in jpeg_calc_output_dimensions()
294 if (! cinfo->quantize_colors || ! cinfo->buffered_image) { in master_selection()
299 if (cinfo->quantize_colors) { in master_selection()
427 if (cinfo->quantize_colors && cinfo->colormap == NULL) { in prepare_for_output_pass()
444 if (cinfo->quantize_colors) in prepare_for_output_pass()
476 if (cinfo->quantize_colors) in finish_output_pass()
497 if (cinfo->quantize_colors && cinfo->enable_external_quant && in jpeg_new_colormap()
Djdpostct.c79 if (cinfo->quantize_colors) { in start_pass_dpost()
263 if (cinfo->quantize_colors) { in jinit_d_post_controller()
Djdapimin.c197 cinfo->quantize_colors = FALSE; in default_decompress_parms()
Djdcolor.c614 if (cinfo->quantize_colors) in jinit_color_deconverter()
Djpeglib.h484 boolean quantize_colors; /* TRUE=colormapped output wanted */ member
/external/libjpeg-turbo/
Djdmaster.c356 cinfo->output_components = (cinfo->quantize_colors ? 1 : in jpeg_calc_output_dimensions()
473 if (! cinfo->quantize_colors || ! cinfo->buffered_image) { in master_selection()
478 if (cinfo->quantize_colors) { in master_selection()
623 if (cinfo->quantize_colors && cinfo->colormap == NULL) { in prepare_for_output_pass()
640 if (cinfo->quantize_colors) in prepare_for_output_pass()
672 if (cinfo->quantize_colors) in finish_output_pass()
693 if (cinfo->quantize_colors && cinfo->enable_external_quant && in jpeg_new_colormap()
Dwrppm.c223 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 || in jinit_write_ppm()
233 if (! cinfo->quantize_colors) in jinit_write_ppm()
Dwrtarga.c170 if (cinfo->quantize_colors) in start_output_tga()
175 if (cinfo->quantize_colors) { in start_output_tga()
Dwrbmp.c207 if (cinfo->quantize_colors) { in write_bmp_header()
275 if (cinfo->quantize_colors) { in write_os2_header()
444 if (cinfo->quantize_colors) in jinit_write_bmp()
Djdpostct.c78 if (cinfo->quantize_colors) { in start_pass_dpost()
262 if (cinfo->quantize_colors) { in jinit_d_post_controller()
Dwrrle.c116 if (cinfo->quantize_colors) { in start_output_rle()
199 if (cinfo->quantize_colors) { in finish_output_rle()
Dwrgif.c308 if (cinfo->quantize_colors) in start_output_gif()
382 cinfo->quantize_colors = TRUE; in jinit_write_gif()
Ddjpeg.c231 cinfo->quantize_colors = TRUE; in parse_switches()
283 if (! cinfo->quantize_colors) /* don't override an earlier -colors */ in parse_switches()
318 cinfo->quantize_colors = TRUE; in parse_switches()
Djdapimin.c208 cinfo->quantize_colors = FALSE; in default_decompress_parms()
Djpeglib.h503 boolean quantize_colors; /* TRUE=colormapped output wanted */ member
Djdcolor.c892 if (cinfo->quantize_colors) in jinit_color_deconverter()
Dlibjpeg.txt1215 boolean quantize_colors
1219 The next three parameters are relevant only if quantize_colors is TRUE.
1242 When quantize_colors is TRUE, the target color map is described by the next
/external/ImageMagick/coders/
Djpeg.c1184 jpeg_info.quantize_colors=TRUE; in ReadJPEGImage()
1264 if ((jpeg_info.output_components == 1) && (jpeg_info.quantize_colors == 0)) in ReadJPEGImage()
1331 if (jpeg_info.quantize_colors != 0) in ReadJPEGImage()