Home
last modified time | relevance | path

Searched refs:BrotliWriteHuffmanTree (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Dentropy_encode.h68 BROTLI_INTERNAL void BrotliWriteHuffmanTree(const uint8_t* depth,
Dentropy_encode.c403 void BrotliWriteHuffmanTree(const uint8_t* depth, in BrotliWriteHuffmanTree() function
Dbrotli_bit_stream.c316 BrotliWriteHuffmanTree(depths, num, &huffman_tree_size, huffman_tree, in BrotliStoreHuffmanTree()