Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3888 static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizelist, int num) in stbi__zbuild_huffman() function
4105 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()
4131 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
4132 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
4224 if (!stbi__zbuild_huffman(&a->z_length , stbi__zdefault_length , 288)) return 0; in stbi__parse_zlib()
4225 if (!stbi__zbuild_huffman(&a->z_distance, stbi__zdefault_distance, 32)) return 0; in stbi__parse_zlib()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3888 static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizelist, int num) in stbi__zbuild_huffman() function
4105 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()
4131 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
4132 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
4224 if (!stbi__zbuild_huffman(&a->z_length , stbi__zdefault_length , 288)) return 0; in stbi__parse_zlib()
4225 if (!stbi__zbuild_huffman(&a->z_distance, stbi__zdefault_distance, 32)) return 0; in stbi__parse_zlib()