Searched refs:HASH_FUNC16 (Results 1 – 1 of 1) sorted by relevance
1342 #define HASH_FUNC16(rgb) ((int)((((rgb) >> 8) + (rgb)) & 0xFF)) macro1363 hash_key = (bpp == 16) ? HASH_FUNC16(rgb) : HASH_FUNC32(rgb); in PaletteInsert()