Searched refs:STBI__ZFAST_BITS (Results 1 – 2 of 2) sorted by relevance
3856 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables macro3857 #define STBI__ZFAST_MASK ((1 << STBI__ZFAST_BITS) - 1)3863 stbi__uint16 fast[1 << STBI__ZFAST_BITS];3922 if (s <= STBI__ZFAST_BITS) { in stbi__zbuild_huffman()3924 while (j < (1 << STBI__ZFAST_BITS)) { in stbi__zbuild_huffman()3986 for (s=STBI__ZFAST_BITS+1; ; ++s) in stbi__zhuffman_decode_slowpath()