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

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

Completed in 122 milliseconds