Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3864 stbi__uint16 firstcode[16]; member
3905 z->firstcode[i] = (stbi__uint16) code; 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.h3864 stbi__uint16 firstcode[16]; member
3905 z->firstcode[i] = (stbi__uint16) code; 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()