Searched refs:firstcode (Results 1 – 2 of 2) sorted by relevance
3864 stbi__uint16 firstcode[16]; member3905 z->firstcode[i] = (stbi__uint16) code; 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()