Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3949 char *zout_end; member
4019 limit = old_limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
4027 z->zout_end = q + limit; in stbi__zexpand()
4052 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4072 if (zout + len > a->zout_end) { in stbi__parse_huffman_block()
4157 if (a->zout + len > a->zout_end) in stbi__parse_uncompressed_block()
4239 a->zout_end = obuf + olen; in stbi__do_zlib()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3949 char *zout_end; member
4019 limit = old_limit = (int) (z->zout_end - z->zout_start); in stbi__zexpand()
4027 z->zout_end = q + limit; in stbi__zexpand()
4052 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4072 if (zout + len > a->zout_end) { in stbi__parse_huffman_block()
4157 if (a->zout + len > a->zout_end) in stbi__parse_uncompressed_block()
4239 a->zout_end = obuf + olen; in stbi__do_zlib()