Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1763 unsigned int maxcode[18]; member
1843 h->maxcode[j] = code << (16-j); in stbi__build_huffman()
1846 h->maxcode[j] = 0xffffffff; in stbi__build_huffman()
1940 if (temp < h->maxcode[k]) in stbi__jpeg_huff_decode()
3865 int maxcode[17]; member
3910 z->maxcode[i] = code << (16-i); // preshift for inner loop in stbi__zbuild_huffman()
3914 z->maxcode[16] = 0x10000; // sentinel in stbi__zbuild_huffman()
3987 if (k < z->maxcode[s]) in stbi__zhuffman_decode_slowpath()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1763 unsigned int maxcode[18]; member
1843 h->maxcode[j] = code << (16-j); in stbi__build_huffman()
1846 h->maxcode[j] = 0xffffffff; in stbi__build_huffman()
1940 if (temp < h->maxcode[k]) in stbi__jpeg_huff_decode()
3865 int maxcode[17]; member
3910 z->maxcode[i] = code << (16-i); // preshift for inner loop in stbi__zbuild_huffman()
3914 z->maxcode[16] = 0x10000; // sentinel in stbi__zbuild_huffman()
3987 if (k < z->maxcode[s]) in stbi__zhuffman_decode_slowpath()