Home
last modified time | relevance | path

Searched defs:HuffmanTree (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/brotli/c/enc/
H A Dentropy_encode.h20 typedef struct HuffmanTree { struct
24 } HuffmanTree; argument
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dentropy_encode.h20 typedef struct HuffmanTree { struct
24 } HuffmanTree; argument
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp1469 struct HuffmanTree { struct
1470 …(const std::vector<unsigned long>& bitlen, unsigned long maxbitlen) { //make tree given the lengths in makeFromLengths()
1500 …unsigned long& result, size_t& treepos, unsigned long bit) const { //Decodes a symbol from the tree in decode()
1509 std::vector<unsigned long> tree2d;
H A Dlodepng.cpp657 typedef struct HuffmanTree { struct
665 } HuffmanTree; argument
/aosp_15_r20/external/webp/src/utils/
H A Dhuffman_encode_utils.h42 } HuffmanTree; typedef