Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4183 char *zout_end; member
4266 limit = old_limit = (unsigned) (z->zout_end - z->zout_start); in stbi__zexpand()
4277 z->zout_end = q + limit; in stbi__zexpand()
4302 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4323 if (zout + len > a->zout_end) { in stbi__parse_huffman_block()
4409 if (a->zout + len > a->zout_end) in stbi__parse_uncompressed_block()
4492 a->zout_end = obuf + olen; in stbi__do_zlib()

Completed in 11 milliseconds