Lines Matching refs:MAXJSAMPLE
258 return (int)(((JLONG)j * MAXJSAMPLE + maxj / 2) / maxj); in output_value()
268 return (int)(((JLONG)(2 * j + 1) * MAXJSAMPLE + maxj) / (2 * maxj)); in largest_input_value()
349 pad = MAXJSAMPLE * 2; in create_colorindex()
358 (JDIMENSION)(MAXJSAMPLE + 1 + pad), in create_colorindex()
371 cquantize->colorindex[i] += MAXJSAMPLE; in create_colorindex()
378 for (j = 0; j <= MAXJSAMPLE; j++) { in create_colorindex()
386 for (j = 1; j <= MAXJSAMPLE; j++) { in create_colorindex()
388 indexptr[MAXJSAMPLE + j] = indexptr[MAXJSAMPLE]; in create_colorindex()
418 2 * ((int)base_dither_matrix[j][k]))) * 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()