Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dencode.cc284 Histogram<kCodeLengthCodes> huffman_tree_histogram; in StoreHuffmanCodeComplex() local
285 memset(huffman_tree_histogram.data_, 0, sizeof(huffman_tree_histogram.data_)); in StoreHuffmanCodeComplex()
287 huffman_tree_histogram.Add(huffman_tree[i]); in StoreHuffmanCodeComplex()
290 BuildEntropyCode(huffman_tree_histogram, 5, kCodeLengthCodes, in StoreHuffmanCodeComplex()