Searched refs:stbi__zexpand (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 | 4012 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() function 4053 if (!stbi__zexpand(a, zout, 1)) return 0; in stbi__parse_huffman_block() 4073 if (!stbi__zexpand(a, zout, len)) return 0; in stbi__parse_huffman_block() 4158 if (!stbi__zexpand(a, a->zout, len)) return 0; in stbi__parse_uncompressed_block()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 4012 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() function 4053 if (!stbi__zexpand(a, zout, 1)) return 0; in stbi__parse_huffman_block() 4073 if (!stbi__zexpand(a, zout, len)) return 0; in stbi__parse_huffman_block() 4158 if (!stbi__zexpand(a, a->zout, len)) return 0; in stbi__parse_uncompressed_block()
|