Searched refs:total_colors (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libjpeg/ |
D | jquant1.c | 194 int total_colors, iroot, i, j; in select_ncolors() local 215 total_colors = 1; in select_ncolors() 218 total_colors *= iroot; in select_ncolors() 231 temp = total_colors / Ncolors[j]; in select_ncolors() 236 total_colors = (int) temp; in select_ncolors() 241 return total_colors; in select_ncolors() 278 int total_colors; /* Number of distinct output colors */ in create_colormap() local 282 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap() 287 total_colors, cquantize->Ncolors[0], in create_colormap() 290 TRACEMS1(cinfo, 1, JTRC_QUANT_NCOLORS, total_colors); in create_colormap() [all …]
|
/external/libjpeg-turbo/ |
D | jquant1.c | 192 int total_colors, iroot, i, j; in select_ncolors() local 216 total_colors = 1; in select_ncolors() 219 total_colors *= iroot; in select_ncolors() 232 temp = total_colors / Ncolors[j]; in select_ncolors() 237 total_colors = (int) temp; in select_ncolors() 242 return total_colors; in select_ncolors() 279 int total_colors; /* Number of distinct output colors */ in create_colormap() local 283 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap() 288 total_colors, cquantize->Ncolors[0], in create_colormap() 291 TRACEMS1(cinfo, 1, JTRC_QUANT_NCOLORS, total_colors); in create_colormap() [all …]
|
/external/ImageMagick/MagickCore/ |
D | identify.c | 603 if (image->total_colors != 0) in IdentifyImage() 605 (void) FormatMagickSize(image->total_colors,MagickFalse,"B", in IdentifyImage() 611 if (image->total_colors <= image->colors) in IdentifyImage() 616 image->total_colors,(double) image->colors); in IdentifyImage()
|
D | image.h | 252 total_colors; member
|
D | property.c | 185 image->total_colors=clone_image->total_colors; in CloneImageProperties()
|
D | quantize.c | 2206 image->total_colors=GetNumberColors(image,(FILE *) NULL,exception); in GetImageQuantizeError()
|