Searched defs:bestcolor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c780 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[])
783 * Return the indexes of the closest entries in the bestcolor[] array.
791 JSAMPLE * cptr; /* pointer into bestcolor[] array */
830 cptr = bestcolor;
868 register JSAMPLE * cptr; /* pointer into bestcolor[] array */
874 JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
896 bestcolor);
902 cptr = bestcolor;
779 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) argument

Completed in 35 milliseconds