Lines Matching refs:MAXJSAMPLE
254 return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj); in output_value()
264 return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj)); in largest_input_value()
345 pad = MAXJSAMPLE*2; in create_colorindex()
354 (JDIMENSION) (MAXJSAMPLE+1 + pad), in create_colorindex()
367 cquantize->colorindex[i] += MAXJSAMPLE; in create_colorindex()
374 for (j = 0; j <= MAXJSAMPLE; j++) { in create_colorindex()
382 for (j = 1; j <= MAXJSAMPLE; j++) { in create_colorindex()
384 indexptr[MAXJSAMPLE+j] = indexptr[MAXJSAMPLE]; in create_colorindex()
414 * MAXJSAMPLE; in make_odither_array()
839 if (cinfo->desired_number_of_colors > (MAXJSAMPLE+1)) in jinit_1pass_quantizer()
840 ERREXIT1(cinfo, JERR_QUANT_MANY_COLORS, MAXJSAMPLE+1); in jinit_1pass_quantizer()