Searched refs:BuildAndStoreHuffmanTree (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
D | block_encoder_inc.h | 27 BuildAndStoreHuffmanTree(&histograms[i].data_[0], self->histogram_length_, in FN()
|
D | brotli_bit_stream.c | 348 static void BuildAndStoreHuffmanTree(const uint32_t* histogram, in BuildAndStoreHuffmanTree() function 717 BuildAndStoreHuffmanTree(histogram, num_clusters + max_run_length_prefix, in EncodeContextMap() 778 BuildAndStoreHuffmanTree(&type_histo[0], num_types + 2, num_types + 2, tree, in BuildAndStoreBlockSplitCode() 781 BuildAndStoreHuffmanTree(&length_histo[0], BROTLI_NUM_BLOCK_LEN_SYMBOLS, in BuildAndStoreBlockSplitCode() 813 BuildAndStoreHuffmanTree(histogram, alphabet_size, alphabet_size, in StoreTrivialContextMap() 1164 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlockTrivial() 1168 BuildAndStoreHuffmanTree(cmd_histo.data_, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliStoreMetaBlockTrivial() 1172 BuildAndStoreHuffmanTree(dist_histo.data_, MAX_SIMPLE_DISTANCE_ALPHABET_SIZE, in BrotliStoreMetaBlockTrivial()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | block_encoder_inc.h | 27 BuildAndStoreHuffmanTree(&histograms[i].data_[0], self->histogram_length_, in FN()
|
D | brotli_bit_stream.c | 348 static void BuildAndStoreHuffmanTree(const uint32_t* histogram, in BuildAndStoreHuffmanTree() function 717 BuildAndStoreHuffmanTree(histogram, num_clusters + max_run_length_prefix, in EncodeContextMap() 778 BuildAndStoreHuffmanTree(&type_histo[0], num_types + 2, num_types + 2, tree, in BuildAndStoreBlockSplitCode() 781 BuildAndStoreHuffmanTree(&length_histo[0], BROTLI_NUM_BLOCK_LEN_SYMBOLS, in BuildAndStoreBlockSplitCode() 813 BuildAndStoreHuffmanTree(histogram, alphabet_size, alphabet_size, in StoreTrivialContextMap() 1164 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlockTrivial() 1168 BuildAndStoreHuffmanTree(cmd_histo.data_, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliStoreMetaBlockTrivial() 1172 BuildAndStoreHuffmanTree(dist_histo.data_, MAX_SIMPLE_DISTANCE_ALPHABET_SIZE, in BrotliStoreMetaBlockTrivial()
|