MAX_Q_COMPS 156 third_party/libjpeg/jquant1.c int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */ MAX_Q_COMPS 160 third_party/libjpeg/jquant1.c ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ MAX_Q_COMPS 163 third_party/libjpeg/jquant1.c FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ MAX_Q_COMPS 836 third_party/libjpeg/jquant1.c if (cinfo->out_color_components > MAX_Q_COMPS) MAX_Q_COMPS 837 third_party/libjpeg/jquant1.c ERREXIT1(cinfo, JERR_QUANT_COMPONENTS, MAX_Q_COMPS);