Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3866 stbi__uint16 firstsymbol[16]; member
3906 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
3918 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
3991 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3866 stbi__uint16 firstsymbol[16]; member
3906 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
3918 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
3991 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()