Searched refs:stbi__zhuffman_decode (Results 1 – 2 of 2) sorted by relevance
3998 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode() function4049 int z = stbi__zhuffman_decode(a, &a->z_length); in stbi__parse_huffman_block()4067 z = stbi__zhuffman_decode(a, &a->z_distance); in stbi__parse_huffman_block()4109 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes()