Searched refs:maxcode (Results 1 – 2 of 2) sorted by relevance
1763 unsigned int maxcode[18]; member1843 h->maxcode[j] = code << (16-j); in stbi__build_huffman()1846 h->maxcode[j] = 0xffffffff; in stbi__build_huffman()1940 if (temp < h->maxcode[k]) in stbi__jpeg_huff_decode()3865 int maxcode[17]; member3910 z->maxcode[i] = code << (16-i); // preshift for inner loop in stbi__zbuild_huffman()3914 z->maxcode[16] = 0x10000; // sentinel in stbi__zbuild_huffman()3987 if (k < z->maxcode[s]) in stbi__zhuffman_decode_slowpath()