Home
last modified time | relevance | path

Searched refs:Ncolors (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c157 int Ncolors[MAX_Q_COMPS]; /* # of values allocated to each component */ member
187 select_ncolors(j_decompress_ptr cinfo, int Ncolors[]) in select_ncolors() argument
220 Ncolors[i] = iroot; in select_ncolors()
234 temp = total_colors / Ncolors[j]; in select_ncolors()
235 temp *= Ncolors[j] + 1; /* done in long arith to avoid oflo */ in select_ncolors()
238 Ncolors[j]++; /* OK, apply the increment */ in select_ncolors()
285 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap()
290 cquantize->Ncolors[0], cquantize->Ncolors[1], in create_colormap()
291 cquantize->Ncolors[2]); in create_colormap()
309 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap()
[all …]