Searched refs:hdist (Results 1 – 3 of 3) sorted by relevance
231 int hdist = pull_bits(stream, 5) + 1; in decompress_dynamic() local289 while (curr_code < hdist) { in decompress_dynamic()
4096 int hdist = stbi__zreceive(a,5) + 1; in stbi__compute_huffman_codes() local4098 int ntot = hlit + hdist; in stbi__compute_huffman_codes()4132 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()