Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4259 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() function
4303 if (!stbi__zexpand(a, zout, 1)) return 0; in stbi__parse_huffman_block()
4324 if (!stbi__zexpand(a, zout, len)) return 0; in stbi__parse_huffman_block()
4410 if (!stbi__zexpand(a, a->zout, len)) return 0; in stbi__parse_uncompressed_block()

Completed in 11 milliseconds