Searched refs:BrotliCreateHuffmanTree (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.h | 49 BROTLI_INTERNAL void BrotliCreateHuffmanTree(const uint32_t* data,
|
H A D | compress_fragment.c | 135 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 136 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode()
|
H A D | compress_fragment_two_pass.c | 77 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 78 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode()
|
H A D | entropy_encode.c | 71 void BrotliCreateHuffmanTree(const uint32_t* data, in BrotliCreateHuffmanTree() function
|
H A D | brotli_bit_stream.c | 323 BrotliCreateHuffmanTree(huffman_tree_histogram, BROTLI_CODE_LENGTH_CODES, in BrotliStoreHuffmanTree() 388 BrotliCreateHuffmanTree(histogram, histogram_length, 15, tree, depth); in BuildAndStoreHuffmanTree()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.h | 49 BROTLI_INTERNAL void BrotliCreateHuffmanTree(const uint32_t* data,
|
H A D | compress_fragment.c | 135 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 136 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode()
|
H A D | compress_fragment_two_pass.c | 77 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 78 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode()
|
H A D | entropy_encode.c | 71 void BrotliCreateHuffmanTree(const uint32_t* data, in BrotliCreateHuffmanTree() function
|
H A D | brotli_bit_stream.c | 323 BrotliCreateHuffmanTree(huffman_tree_histogram, BROTLI_CODE_LENGTH_CODES, in BrotliStoreHuffmanTree() 388 BrotliCreateHuffmanTree(histogram, histogram_length, 15, tree, depth); in BuildAndStoreHuffmanTree()
|
Completed in 13 milliseconds