Home
last modified time | relevance | path

Searched refs:stbiw__zlib_add (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.h843 #define stbiw__zlib_add(code,codebits) \ macro
845 #define stbiw__zlib_huffa(b,c) stbiw__zlib_add(stbiw__zlib_bitrev(b,c),c)
878 stbiw__zlib_add(1,1); // BFINAL = 1 in stbi_zlib_compress()
879 stbiw__zlib_add(1,2); // BTYPE = 1 -- fixed huffman in stbi_zlib_compress()
925 if (lengtheb[j]) stbiw__zlib_add(best - lengthc[j], lengtheb[j]); in stbi_zlib_compress()
927 stbiw__zlib_add(stbiw__zlib_bitrev(j,5),5); in stbi_zlib_compress()
928 if (disteb[j]) stbiw__zlib_add(d - distc[j], disteb[j]); in stbi_zlib_compress()
941 stbiw__zlib_add(0,1); in stbi_zlib_compress()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h843 #define stbiw__zlib_add(code,codebits) \ macro
845 #define stbiw__zlib_huffa(b,c) stbiw__zlib_add(stbiw__zlib_bitrev(b,c),c)
878 stbiw__zlib_add(1,1); // BFINAL = 1 in stbi_zlib_compress()
879 stbiw__zlib_add(1,2); // BTYPE = 1 -- fixed huffman in stbi_zlib_compress()
925 if (lengtheb[j]) stbiw__zlib_add(best - lengthc[j], lengtheb[j]); in stbi_zlib_compress()
927 stbiw__zlib_add(stbiw__zlib_bitrev(j,5),5); in stbi_zlib_compress()
928 if (disteb[j]) stbiw__zlib_add(d - distc[j], disteb[j]); in stbi_zlib_compress()
941 stbiw__zlib_add(0,1); in stbi_zlib_compress()