Searched refs:BrotliStoreHuffmanTree (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | brotli_bit_stream.h | 34 BROTLI_INTERNAL void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
|
| H A D | compress_fragment.c | 170 BrotliStoreHuffmanTree( 173 BrotliStoreHuffmanTree(&depth[64], 64, tree, storage_ix, storage);
|
| H A D | compress_fragment_two_pass.c | 112 BrotliStoreHuffmanTree( 115 BrotliStoreHuffmanTree(&depth[64], 64, tree, storage_ix, storage);
|
| H A D | brotli_bit_stream.c | 283 void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num, function in typeref:typename:void 394 BrotliStoreHuffmanTree(depth, histogram_length, tree, storage_ix, storage);
|
Completed in 8 milliseconds