my_cquantizer::Ncolors is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_cquantizer::Ncolors field

Syntax

int Ncolors[MAX_Q_COMPS];

References

LocationReferrerText
jquant1.c:157
int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */
jquant1.c:282create_colormap()
total_colors = select_ncolors(cinfo, cquantize->Ncolors);
jquant1.c:287create_colormap()
total_colors, cquantize->Ncolors[0],
jquant1.c:288create_colormap()
cquantize->Ncolors[1], cquantize->Ncolors[2]);
jquant1.c:306create_colormap()
nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
jquant1.c:363create_colorindex()
nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
jquant1.c:440create_odither_tables()
nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
jquant1.c:443create_odither_tables()
if (nci == cquantize->Ncolors[j]) {

Data Use

Functions reading my_cquantizer::Ncolors
my_cquantizer::Ncolors