Home
last modified time | relevance | path

Searched refs:STBI__ZFAST_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h4089 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables macro
4090 #define STBI__ZFAST_MASK ((1 << STBI__ZFAST_BITS) - 1)
4097 stbi__uint16 fast[1 << STBI__ZFAST_BITS];
4156 if (s <= STBI__ZFAST_BITS) { in stbi__zbuild_huffman()
4158 while (j < (1 << STBI__ZFAST_BITS)) { in stbi__zbuild_huffman()
4227 for (s=STBI__ZFAST_BITS+1; ; ++s) in stbi__zhuffman_decode_slowpath()

Completed in 12 milliseconds