Searched refs:InitHuffmanTree (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | entropy_encode.h | 26 static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t count, function in typeref:typename:BROTLI_INLINE void
|
| H A D | entropy_encode.c | 78 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1); 92 InitHuffmanTree(&tree[n++], count, -1, (int16_t)i);
|
| H A D | brotli_bit_stream.c | 446 InitHuffmanTree(node, histogram[l], -1, (int16_t)l); 448 InitHuffmanTree(node, count_limit, -1, (int16_t)l); 468 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1);
|
Completed in 8 milliseconds