Searched defs:HuffmanTree (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/utils/
H A Dhuffman_encode_utils.h42 } HuffmanTree; typedef in typeref:struct:__anon30463
53 uint8_t* const buf_rle, HuffmanTree* const huff_tree,
/external/brotli/c/enc/
H A Dentropy_encode.h20 typedef struct HuffmanTree { struct
24 } HuffmanTree; typedef in typeref:struct:HuffmanTree
26 static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t count,
35 int p, HuffmanTree* pool, uint8_t* depth, int max_depth);
52 HuffmanTree* tree,
81 const HuffmanTree*, const HuffmanTree*);
82 static BROTLI_INLINE void SortHuffmanTreeItems(HuffmanTree* items,
89 HuffmanTree tmp = items[i];
108 HuffmanTree tm
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp308 struct HuffmanTree struct in struct:lodepng::ExtractZlib
383 void generateFixedTrees(HuffmanTree& tree, HuffmanTree& treeD) //get the tree of a deflated block with fixed tree
393 HuffmanTree codetree, codetreeD, codelengthcodetree;
394 unsigned long huffmanDecodeSymbol(const unsigned char* in, size_t& bp, const HuffmanTree& codetree, size_t inlength)
407 void getTreeInflateDynamic(HuffmanTree& tree, HuffmanTree& treeD,
H A Dlodepng.cpp486 typedef struct HuffmanTree struct
493 } HuffmanTree; typedef in typeref:struct:HuffmanTree
497 static void HuffmanTree_draw(HuffmanTree* tree)
508 static void HuffmanTree_init(HuffmanTree* tree)
515 static void HuffmanTree_cleanup(HuffmanTree* tree)
523 static unsigned HuffmanTree_make2DTree(HuffmanTree* tree)
587 static unsigned HuffmanTree_makeFromLengths2(HuffmanTree* tree)
631 static unsigned HuffmanTree_makeFromLengths(HuffmanTree* tree, const unsigned* bitlen,
834 static unsigned HuffmanTree_makeFromFrequencies(HuffmanTree* tree, const unsigned* frequencies,
851 static unsigned HuffmanTree_getCode(const HuffmanTree* tre
[all...]

Completed in 231 milliseconds