Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dencode.cc211 const uint8_t* huffman_tree, in StoreHuffmanTreeToBitMask() argument
217 const int ix = huffman_tree[i]; in StoreHuffmanTreeToBitMask()
276 uint8_t huffman_tree[kSize]; in StoreHuffmanCodeComplex() local
281 &huffman_tree[0], in StoreHuffmanCodeComplex()
287 huffman_tree_histogram.Add(huffman_tree[i]); in StoreHuffmanCodeComplex()
294 StoreHuffmanTreeToBitMask(&huffman_tree[0], &huffman_tree_extra_bits[0], in StoreHuffmanCodeComplex()