MAX_Q_COMPS       157 3rdparty/libjpeg/jquant1.c   int Ncolors[MAX_Q_COMPS];	/* # of values alloced to each component */
MAX_Q_COMPS       161 3rdparty/libjpeg/jquant1.c   ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */
MAX_Q_COMPS       164 3rdparty/libjpeg/jquant1.c   FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
MAX_Q_COMPS       837 3rdparty/libjpeg/jquant1.c   if (cinfo->out_color_components > MAX_Q_COMPS)
MAX_Q_COMPS       838 3rdparty/libjpeg/jquant1.c     ERREXIT1(cinfo, JERR_QUANT_COMPONENTS, MAX_Q_COMPS);