Home | History | Annotate | Download | only in stbi

Lines Matching defs:zbuf

2280 } zbuf;
2282 __forceinline static int zget8(zbuf *z)
2288 static void fill_bits(zbuf *z)
2297 __forceinline static unsigned int zreceive(zbuf *z, int n)
2307 __forceinline static int zhuffman_decode(zbuf *a, zhuffman *z)
2334 static int expand(zbuf *z, int n) // need to make room for n bytes
2365 static int parse_huffman_block(zbuf *a)
2393 static int compute_huffman_codes(zbuf *a)
2439 static int parse_uncompressed_block(zbuf *a)
2468 static int parse_zlib_header(zbuf *a)
2495 static int parse_zlib(zbuf *a, int parse_header)
2526 static int do_zlib(zbuf *a, char *obuf, int olen, int exp, int parse_header)
2538 zbuf *a;
2566 zbuf *a;
2589 zbuf *a;
2606 zbuf *a;
2628 zbuf *a;