Home | History | Annotate | Download | only in jpeg

Lines Matching defs:desired

42  * have as many boxes as desired colors.  Then the mean color in each
60 * and it also interfered with desired capabilities such as quantizing to an
117 * desired colors. 16 bits/cell is plenty for that too.)
198 int desired; /* desired # of colors = size of colormap */
1149 select_colors(cinfo, cquantize->desired);
1278 int desired = cinfo->desired_number_of_colors;
1280 if (desired < 8)
1283 if (desired > MAXNUMCOLORS)
1286 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSION) 3);
1287 cquantize->desired = desired;