Searched refs:bestcolor (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc_tmp.h | 188 static void fancybasecolorsearch( UNUSED GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], in fancybasecolorsearch() argument 206 bestcolor[0][0], bestcolor[0][1], bestcolor[0][2], bestcolor[1][0], bestcolor[1][1], bestcolor[1][2]);*/ in fancybasecolorsearch() 207 if (((bestcolor[0][0] & 0xf8) << 8 | (bestcolor[0][1] & 0xfc) << 3 | bestcolor[ in fancybasecolorsearch() 380 storedxtencodedblock( GLubyte *blkaddr, GLubyte srccolors[4][4][4], GLubyte *bestcolor[2], GLint numxpixels, GLint numypixels, GLuint type, GLboolean haveAlpha) storedxtencodedblock() argument 514 GLubyte *bestcolor[2]; encodedxtcolorblockfaster() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 755 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) in find_best_colors() 758 * Return the indexes of the closest entries in the bestcolor[] array. in find_best_colors() 766 JSAMPLE *cptr; /* pointer into bestcolor[] array */ in find_best_colors() 805 cptr = bestcolor; in find_best_colors() 843 register JSAMPLE *cptr; /* pointer into bestcolor[] array */ in fill_inverse_cmap() 849 JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in fill_inverse_cmap() local 871 bestcolor); in fill_inverse_cmap() 877 cptr = bestcolor; in fill_inverse_cmap() 754 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) find_best_colors() argument
|
Completed in 4 milliseconds