Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h851 #define stbiw__zlib_huff(n) ((n) <= 143 ? stbiw__zlib_huff1(n) : (n) <= 255 ? stbiw__zlib_huff2(n)… macro
924 stbiw__zlib_huff(j+257); in stbi_zlib_compress()
938 stbiw__zlib_huff(256); // end of block in stbi_zlib_compress()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h851 #define stbiw__zlib_huff(n) ((n) <= 143 ? stbiw__zlib_huff1(n) : (n) <= 255 ? stbiw__zlib_huff2(n)… macro
924 stbiw__zlib_huff(j+257); in stbi_zlib_compress()
938 stbiw__zlib_huff(256); // end of block in stbi_zlib_compress()