Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h4029 #define STBI__ZNSYMS 288 // number of symbols in literal/length alphabet macro
4039 stbi_uc size[STBI__ZNSYMS];
4040 stbi__uint16 value[STBI__ZNSYMS];
4171 if (b >= STBI__ZNSYMS) return -1; // some data was corrupt somewhere! in stbi__zhuffman_decode_slowpath()
4368 static const stbi_uc stbi__zdefault_length[STBI__ZNSYMS] =
4414 … if (!stbi__zbuild_huffman(&a->z_length , stbi__zdefault_length , STBI__ZNSYMS)) return 0; in stbi__parse_zlib()