Searched refs:lencodes (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 4091 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local 4112 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes() 4118 fill = lencodes[n-1]; in stbi__compute_huffman_codes() 4126 memset(lencodes+n, fill, c); 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 D | stb_image.h | 4091 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local 4112 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes() 4118 fill = lencodes[n-1]; in stbi__compute_huffman_codes() 4126 memset(lencodes+n, fill, c); 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()
|