Searched refs:next_code (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 447 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local 456 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes() 469 tree[n].Code = bitrev32((u32)(next_code[len]++)) >> (32 - len); in gen_codes() 472 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | trees.c | 586 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local 595 next_code[bits] = code = (code + bl_count[bits-1]) << 1; 608 tree[n].Code = bi_reverse(next_code[len]++, len); 611 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 3891 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local 3904 next_code[i] = code; in stbi__zbuild_huffman() 3918 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() 3923 int j = stbi__bit_reverse(next_code[s],s); in stbi__zbuild_huffman() 3929 ++next_code[s]; in stbi__zbuild_huffman()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 3891 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local 3904 next_code[i] = code; in stbi__zbuild_huffman() 3918 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() 3923 int j = stbi__bit_reverse(next_code[s],s); in stbi__zbuild_huffman() 3929 ++next_code[s]; in stbi__zbuild_huffman()
|