Searched refs:firstsymbol (Results 1 – 2 of 2) sorted by relevance
3866 stbi__uint16 firstsymbol[16]; member3906 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()3918 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()3991 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()