Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant1.c193 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/
Dhistogram.c668 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++/
Dmetadata.cpp1408 …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/
Dmetadata.h237 …te *description, uint32_t max_width, uint32_t max_height, uint32_t max_depth, uint32_t max_colors);
/external/flac/include/FLAC++/
Dmetadata.h1022 … 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/
Dmetadata_iterators.c268 …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()