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

/external/jpeg/
H A Djquant2.c776 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
892 bestcolor);
898 cptr = bestcolor;
775 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) argument

Completed in 44 milliseconds