OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bestcolor
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jquant2.c
776
int numcolors, JSAMPLE colorlist[], JSAMPLE
bestcolor
[])
779
* Return the indexes of the closest entries in the
bestcolor
[] array.
787
JSAMPLE * cptr; /* pointer into
bestcolor
[] array */
826
cptr =
bestcolor
;
864
register JSAMPLE * cptr; /* pointer into
bestcolor
[] array */
870
JSAMPLE
bestcolor
[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS];
local
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
776
int numcolors, JSAMPLE colorlist[], JSAMPLE
bestcolor
[])
779
* Return the indexes of the closest entries in the
bestcolor
[] array.
787
JSAMPLE * cptr; /* pointer into
bestcolor
[] array */
826
cptr =
bestcolor
;
864
register JSAMPLE * cptr; /* pointer into
bestcolor
[] array */
870
JSAMPLE
bestcolor
[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS];
local
[
all
...]
Completed in 664 milliseconds