Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3856 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables macro
3857 #define STBI__ZFAST_MASK ((1 << STBI__ZFAST_BITS) - 1)
3863 stbi__uint16 fast[1 << STBI__ZFAST_BITS];
3922 if (s <= STBI__ZFAST_BITS) { in stbi__zbuild_huffman()
3924 while (j < (1 << STBI__ZFAST_BITS)) { in stbi__zbuild_huffman()
3986 for (s=STBI__ZFAST_BITS+1; ; ++s) in stbi__zhuffman_decode_slowpath()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3856 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables macro
3857 #define STBI__ZFAST_MASK ((1 << STBI__ZFAST_BITS) - 1)
3863 stbi__uint16 fast[1 << STBI__ZFAST_BITS];
3922 if (s <= STBI__ZFAST_BITS) { in stbi__zbuild_huffman()
3924 while (j < (1 << STBI__ZFAST_BITS)) { in stbi__zbuild_huffman()
3986 for (s=STBI__ZFAST_BITS+1; ; ++s) in stbi__zhuffman_decode_slowpath()