Searched refs:InitHuffmanTree (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/enc/ |
D | entropy_encode.h | 26 static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t count, in InitHuffmanTree() function
|
D | entropy_encode.c | 76 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1); in BrotliCreateHuffmanTree() 90 InitHuffmanTree(&tree[n++], count, -1, (int16_t)i); in BrotliCreateHuffmanTree()
|
D | brotli_bit_stream.c | 461 InitHuffmanTree(node, histogram[l], -1, (int16_t)l); in BrotliBuildAndStoreHuffmanTreeFast() 463 InitHuffmanTree(node, count_limit, -1, (int16_t)l); in BrotliBuildAndStoreHuffmanTreeFast() 483 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1); in BrotliBuildAndStoreHuffmanTreeFast()
|