Home
last modified time | relevance | path

Searched refs:stbi__high_bit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h5075 static int stbi__high_bit(unsigned int z) in stbi__high_bit() function
5329 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()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h5075 static int stbi__high_bit(unsigned int z) in stbi__high_bit() function
5329 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()