OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_colors
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jquant1.c
193
int
total_colors
, iroot, i, j;
local
214
total_colors
= 1;
217
total_colors
*= iroot;
229
/* calculate new
total_colors
if Ncolors[j] is incremented */
230
temp =
total_colors
/ Ncolors[j];
235
total_colors
= (int) temp;
240
return
total_colors
;
277
int
total_colors
; /* Number of distinct output colors */
local
281
total_colors
= select_ncolors(cinfo, cquantize->Ncolors);
286
total_colors
, cquantize->Ncolors[0]
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant1.c
193
int
total_colors
, iroot, i, j;
local
214
total_colors
= 1;
217
total_colors
*= iroot;
229
/* calculate new
total_colors
if Ncolors[j] is incremented */
230
temp =
total_colors
/ Ncolors[j];
235
total_colors
= (int) temp;
240
return
total_colors
;
277
int
total_colors
; /* Number of distinct output colors */
local
281
total_colors
= select_ncolors(cinfo, cquantize->Ncolors);
286
total_colors
, cquantize->Ncolors[0]
[
all
...]
Completed in 25 milliseconds