Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4187 } stbi__zbuf; typedef
4189 stbi_inline static int stbi__zeof(stbi__zbuf *z) in stbi__zeof()
4194 stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) in stbi__zget8()
4199 static void stbi__fill_bits(stbi__zbuf *z) in stbi__fill_bits()
4211 stbi_inline static unsigned int stbi__zreceive(stbi__zbuf *z, int n) in stbi__zreceive()
4221 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode_slowpath()
4240 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode()
4259 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand()
4295 static int stbi__parse_huffman_block(stbi__zbuf *a) in stbi__parse_huffman_block()
4338 static int stbi__compute_huffman_codes(stbi__zbuf *
[all...]

Completed in 8 milliseconds