Searched refs:MAX_Q_COMPS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c144 #define MAX_Q_COMPS 4 /* max components I can handle */ macro
160 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */
164 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */
167 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
840 if (cinfo->out_color_components > MAX_Q_COMPS)
841 ERREXIT1(cinfo, JERR_QUANT_COMPONENTS, MAX_Q_COMPS);

Completed in 23 milliseconds