Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3998 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode() function
4049 int z = stbi__zhuffman_decode(a, &a->z_length); in stbi__parse_huffman_block()
4067 z = stbi__zhuffman_decode(a, &a->z_distance); in stbi__parse_huffman_block()
4109 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3998 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode() function
4049 int z = stbi__zhuffman_decode(a, &a->z_length); in stbi__parse_huffman_block()
4067 z = stbi__zhuffman_decode(a, &a->z_distance); in stbi__parse_huffman_block()
4109 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes()