Searched refs:stbi__int32 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 571 typedef signed int stbi__int32; typedef 577 typedef int32_t stbi__int32; typedef 1972 sgn = (stbi__int32)j->code_buffer >> 31; // sign bit is always in MSB in stbi__extend_receive() 6330 stbi__int32 len, init_code; in stbi__process_gif_raster() 6332 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() 6362 bits |= (stbi__int32) stbi__get8(s) << valid_bits; in stbi__process_gif_raster() 6365 stbi__int32 code = bits & codemask; in stbi__process_gif_raster() 6483 stbi__int32 x, y, w, h; in stbi__gif_load_next()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 571 typedef signed int stbi__int32; typedef 577 typedef int32_t stbi__int32; typedef 1972 sgn = (stbi__int32)j->code_buffer >> 31; // sign bit is always in MSB in stbi__extend_receive() 6330 stbi__int32 len, init_code; in stbi__process_gif_raster() 6332 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() 6362 bits |= (stbi__int32) stbi__get8(s) << valid_bits; in stbi__process_gif_raster() 6365 stbi__int32 code = bits & codemask; in stbi__process_gif_raster() 6483 stbi__int32 x, y, w, h; in stbi__gif_load_next()
|