Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4092 stbi_uc codelength_sizes[19]; in stbi__compute_huffman_codes() local
4100 memset(codelength_sizes, 0, sizeof(codelength_sizes)); in stbi__compute_huffman_codes()
4103 codelength_sizes[length_dezigzag[i]] = (stbi_uc) s; in stbi__compute_huffman_codes()
4105 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4092 stbi_uc codelength_sizes[19]; in stbi__compute_huffman_codes() local
4100 memset(codelength_sizes, 0, sizeof(codelength_sizes)); in stbi__compute_huffman_codes()
4103 codelength_sizes[length_dezigzag[i]] = (stbi_uc) s; in stbi__compute_huffman_codes()
4105 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()