Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h4041 } stbi__zhuffman; typedef
4060 static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizelist, int num) in stbi__zbuild_huffman()
4124 stbi__zhuffman z_length, z_distance;
4159 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode_slowpath()
4178 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode()
4278 stbi__zhuffman z_codelength; in stbi__compute_huffman_codes()