Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c2307 __forceinline static int zhuffman_decode(zbuf *a, zhuffman *z) in zhuffman_decode() function
2368 int z = zhuffman_decode(a, &a->z_length); in parse_huffman_block()
2380 z = zhuffman_decode(a, &a->z_distance); in parse_huffman_block()
2414 int c = zhuffman_decode(a, &z_codelength); in compute_huffman_codes()