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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant1.c140 #define MAX_Q_COMPS 4 /* max components I can handle */ macro
156 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */
160 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
836 if (cinfo->out_color_components > MAX_Q_COMPS)
837 ERREXIT1(cinfo, JERR_QUANT_COMPONENTS, MAX_Q_COMPS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c140 #define MAX_Q_COMPS 4 /* max components I can handle */ macro
156 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */
160 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
836 if (cinfo->out_color_components > MAX_Q_COMPS)
837 ERREXIT1(cinfo, JERR_QUANT_COMPONENTS, MAX_Q_COMPS);

Completed in 102 milliseconds