Home
last modified time | relevance | path

Searched refs:MAXNUMCOLORS (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djquant2.c109 #define MAXNUMCOLORS (MAXJSAMPLE+1) /* maximum size of colormap */ macro
642 JLONG mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ in find_nearby_colors()
847 JSAMPLE colorlist[MAXNUMCOLORS]; in fill_inverse_cmap()
1166 if (i > MAXNUMCOLORS) in start_pass_2_quant()
1167 ERREXIT1(cinfo, JERR_QUANT_MANY_COLORS, MAXNUMCOLORS); in start_pass_2_quant()
1254 if (desired > MAXNUMCOLORS) in jinit_2pass_quantizer()
1255 ERREXIT1(cinfo, JERR_QUANT_MANY_COLORS, MAXNUMCOLORS); in jinit_2pass_quantizer()