Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djquant1.c193 int max_colors = cinfo->desired_number_of_colors; in select_ncolors() local
207 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */ in select_ncolors()
233 if (temp > (long) max_colors) in select_ncolors()
/external/libjpeg-turbo/
Djquant1.c191 int max_colors = cinfo->desired_number_of_colors; in select_ncolors() local
208 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */ in select_ncolors()
234 if (temp > (long) max_colors) in select_ncolors()
/external/flac/include/FLAC/
Dmetadata.h237 …te *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);