Home
last modified time | relevance | path

Searched refs:hlit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c230 int hlit = pull_bits(stream, 5) + 257; in decompress_dynamic() local
254 while (curr_code < hlit) { in decompress_dynamic()
267 if (curr_code < hlit) { in decompress_dynamic()
272 distance->lengths[curr_code - hlit] = in decompress_dynamic()
288 curr_code -= hlit; in decompress_dynamic()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4095 int hlit = stbi__zreceive(a,5) + 257; in stbi__compute_huffman_codes() local
4098 int ntot = hlit + hdist; 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()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4095 int hlit = stbi__zreceive(a,5) + 257; in stbi__compute_huffman_codes() local
4098 int ntot = hlit + hdist; 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()