Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:desired

44  * have as many boxes as desired colors.  Then the mean color in each
62 * and it also interfered with desired capabilities such as quantizing to an
100 * desired colors. 16 bits/cell is plenty for that too.)
181 int desired; /* desired # of colors = size of colormap */
1133 select_colors(cinfo, cquantize->desired);
1262 int desired = cinfo->desired_number_of_colors;
1264 if (desired < 8)
1267 if (desired > MAXNUMCOLORS)
1270 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSION) 3);
1271 cquantize->desired = desired;