Searched refs:BrotliStoreHuffmanTree (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.h34 BROTLI_INTERNAL void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
H A Dcompress_fragment.c170 BrotliStoreHuffmanTree(
173 BrotliStoreHuffmanTree(&depth[64], 64, tree, storage_ix, storage);
H A Dcompress_fragment_two_pass.c112 BrotliStoreHuffmanTree(
115 BrotliStoreHuffmanTree(&depth[64], 64, tree, storage_ix, storage);
H A Dbrotli_bit_stream.c283 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