Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2719 code_size = pTable->m_code_size[sym_index]; in tinfl_decompress() local
2720 if (!code_size) continue; in tinfl_decompress()
2721 cur_code = next_code[code_size]++; in tinfl_decompress()
2722 for (l = code_size; l > 0; l--, cur_code >>= 1) in tinfl_decompress()
2724 if (code_size <= TINFL_FAST_LOOKUP_BITS) { in tinfl_decompress()
2725 mz_int16 k = (mz_int16)((code_size << 9) | sym_index); in tinfl_decompress()
2728 rev_code += (1 << code_size); in tinfl_decompress()
2741 for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) { in tinfl_decompress()
3330 mz_uint rev_code = 0, code, code_size; in tdefl_optimize_huffman_table() local
3331 if ((code_size = d->m_huff_code_sizes[table_num][i]) == 0) continue; in tdefl_optimize_huffman_table()
[all …]