OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_colors
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
jquant1.c
193
int
total_colors
, iroot, i, j;
local
217
total_colors
= 1;
220
total_colors
*= iroot;
232
/* calculate new
total_colors
if Ncolors[j] is incremented */
233
temp =
total_colors
/ Ncolors[j];
238
total_colors
= (int) temp;
243
return
total_colors
;
280
int
total_colors
; /* Number of distinct output colors */
local
284
total_colors
= select_ncolors(cinfo, cquantize->Ncolors);
289
total_colors
, cquantize->Ncolors[0]
[
all
...]
/external/ImageMagick/MagickCore/
image.h
252
total_colors
;
member in struct:_Image
Completed in 846 milliseconds