Searched refs:next_code (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 2699 mz_uint i, j, used_syms, total, sym_index, next_code[17], in tinfl_decompress() local 2708 next_code[0] = next_code[1] = 0; in tinfl_decompress() 2711 next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); in tinfl_decompress() 2721 cur_code = next_code[code_size]++; in tinfl_decompress() 3294 mz_uint next_code[TDEFL_MAX_SUPPORTED_HUFF_CODESIZE + 1]; in tdefl_optimize_huffman_table() local 3325 next_code[1] = 0; in tdefl_optimize_huffman_table() 3327 next_code[i] = j = ((j + num_codes[i - 1]) << 1); in tdefl_optimize_huffman_table() 3332 code = next_code[code_size]++; in tdefl_optimize_huffman_table()
|
D | stb_image.h | 4063 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local 4076 next_code[i] = code; in stbi__zbuild_huffman() 4090 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() 4095 int j = stbi__bit_reverse(next_code[s],s); in stbi__zbuild_huffman() 4101 ++next_code[s]; in stbi__zbuild_huffman()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 4070 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local 4083 next_code[i] = code; in stbi__zbuild_huffman() 4097 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() 4102 int j = stbi__bit_reverse(next_code[s],s); in stbi__zbuild_huffman() 4108 ++next_code[s]; in stbi__zbuild_huffman()
|