Searched refs:HUFFMAN_MAX_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define HUFFMAN_MAX_TABLE_SIZE 2048 macro371 sizeof(HuffmanCode) * (size_t)(ntrees * HUFFMAN_MAX_TABLE_SIZE)); in HuffmanTreeGroupInit()431 table = (HuffmanCode*)malloc(HUFFMAN_MAX_TABLE_SIZE * sizeof(*table)); in DecodeContextMap()482 int type_code = ReadSymbol(&trees[tree_type * HUFFMAN_MAX_TABLE_SIZE], br); in DecodeBlockType()717 3 * HUFFMAN_MAX_TABLE_SIZE * sizeof(HuffmanCode)); in BrotliDecompress()719 3 * HUFFMAN_MAX_TABLE_SIZE * sizeof(HuffmanCode)); in BrotliDecompress()781 &block_type_trees[i * HUFFMAN_MAX_TABLE_SIZE], in BrotliDecompress()784 &block_len_trees[i * HUFFMAN_MAX_TABLE_SIZE], in BrotliDecompress()790 &block_len_trees[i * HUFFMAN_MAX_TABLE_SIZE], &br); in BrotliDecompress()875 &block_len_trees[HUFFMAN_MAX_TABLE_SIZE], &br); in BrotliDecompress()[all …]