Lines Matching full:desired
45 * have as many boxes as desired colors. Then the mean color in each
63 * and it also interfered with desired capabilities such as quantizing to an
101 * desired colors. 16 bits/cell is plenty for that too.)
177 int desired; /* desired # of colors = size of colormap */
1120 select_colors(cinfo, cquantize->desired);
1249 int desired = cinfo->desired_number_of_colors;
1251 if (desired < 8)
1254 if (desired > MAXNUMCOLORS)
1257 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSION) 3);
1258 cquantize->desired = desired;