Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4091 #define STBI__ZNSYMS 288 // number of symbols in literal/length alphabet macro
4101 stbi_uc size[STBI__ZNSYMS];
4102 stbi__uint16 value[STBI__ZNSYMS];
4233 if (b >= STBI__ZNSYMS) return -1; // some data was corrupt somewhere! in stbi__zhuffman_decode_slowpath()
4431 static const stbi_uc stbi__zdefault_length[STBI__ZNSYMS] =
4477 if (!stbi__zbuild_huffman(&a->z_length , stbi__zdefault_length , STBI__ZNSYMS)) return 0; in stbi__parse_zlib()

Completed in 16 milliseconds