OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_colors
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jquant1.c
192
int
max_colors
= cinfo->desired_number_of_colors;
local
201
/* We can allocate at least the nc'th root of
max_colors
per component. */
202
/* Compute floor(nc'th root of
max_colors
). */
209
} while (temp <= (long)
max_colors
); /* repeat till iroot exceeds root */
223
* exceeding
max_colors
, though we know not all can be incremented.
235
if (temp > (long)
max_colors
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h
206
#define
max_colors
CUR Numbers[13]
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h
206
#define
max_colors
CUR Numbers[13]
macro
[
all
...]
Completed in 3701 milliseconds