Searched refs:stbi__high_bit (Results 1 – 2 of 2) sorted by relevance
5075 static int stbi__high_bit(unsigned int z) in stbi__high_bit() function5329 rshift = stbi__high_bit(mr)-7; rcount = stbi__bitcount(mr); in stbi__bmp_load()5330 gshift = stbi__high_bit(mg)-7; gcount = stbi__bitcount(mg); in stbi__bmp_load()5331 bshift = stbi__high_bit(mb)-7; bcount = stbi__bitcount(mb); in stbi__bmp_load()5332 ashift = stbi__high_bit(ma)-7; acount = stbi__bitcount(ma); in stbi__bmp_load()