Searched refs:max_colors (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | jquant1.c | 193 int max_colors = cinfo->desired_number_of_colors; in select_ncolors() local 210 } while (temp <= (long)max_colors); /* repeat till iroot exceeds root */ in select_ncolors() 236 if (temp > (long)max_colors) in select_ncolors()
|
/external/ImageMagick/MagickCore/ |
D | histogram.c | 668 ExceptionInfo *exception,size_t max_colors) in CheckImageColors() argument 701 return((image->colors <= max_colors) ? MagickTrue : MagickFalse); in CheckImageColors() 783 if (cube_info->colors > max_colors) in CheckImageColors()
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1408 …yte *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors) in get_picture() argument 1416 …e(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) { in get_picture() 1424 …yte *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors) in get_picture() argument 1430 …e(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) { in get_picture()
|
/external/flac/include/FLAC/ |
D | metadata.h | 237 …te *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors);
|
/external/flac/include/FLAC++/ |
D | metadata.h | 1022 … uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors); ///< See FLAC_… 1023 … uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors); ///< See FLAC_…
|
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 268 …yte *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors) in FLAC__metadata_get_picture() argument 298 obj->data.picture.colors <= max_colors && in FLAC__metadata_get_picture()
|