Home
last modified time | relevance | path

Searched refs:max_colors (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c192 int max_colors = cinfo->desired_number_of_colors; in select_ncolors() local
209 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */ in select_ncolors()
235 if (temp > (long) max_colors) in select_ncolors()
/external/ImageMagick/MagickCore/
Dhistogram.c636 ExceptionInfo *exception,size_t max_colors) in CheckImageColors() argument
669 return((image->colors <= max_colors) ? MagickTrue : MagickFalse); in CheckImageColors()
751 if (cube_info->colors > max_colors) in CheckImageColors()
/external/flac/include/FLAC/
Dmetadata.h237 …te *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/external/flac/libFLAC/
Dmetadata_iterators.c268 …yte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) in FLAC__metadata_get_picture() argument
298 obj->data.picture.colors <= max_colors && in FLAC__metadata_get_picture()