Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1944 int delta[17]; // old 'firstsymbol' - old 'firstcode'
4100 stbi__uint16 firstsymbol[16]; member
4140 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4152 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4232 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()

Completed in 11 milliseconds