Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h570 typedef unsigned int stbi__uint32; typedef
576 typedef uint32_t stbi__uint32; typedef
581 typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
726 stbi__uint32 img_x, img_y;
1539 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be()
1541 stbi__uint32 z = stbi__get16be(s); in stbi__get32be()
1556 static stbi__uint32 stbi__get32le(stbi__context *s) in stbi__get32le()
1558 stbi__uint32 z = stbi__get16le(s); in stbi__get32le()
1797 stbi__uint32 code_buffer; // jpeg entropy-coded buffer
1909 static const stbi__uint32 stbi__bmask[17]={0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,3…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h570 typedef unsigned int stbi__uint32; typedef
576 typedef uint32_t stbi__uint32; typedef
581 typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
726 stbi__uint32 img_x, img_y;
1539 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be()
1541 stbi__uint32 z = stbi__get16be(s); in stbi__get32be()
1556 static stbi__uint32 stbi__get32le(stbi__context *s) in stbi__get32le()
1558 stbi__uint32 z = stbi__get16le(s); in stbi__get32le()
1797 stbi__uint32 code_buffer; // jpeg entropy-coded buffer
1909 static const stbi__uint32 stbi__bmask[17]={0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,3…
[all …]