Searched refs:kCodeLengthCodes (Results 1 – 3 of 3) sorted by relevance
27 static const int kHuffmanExtraBits[kCodeLengthCodes] = {33 for (int i = 0; i < kCodeLengthCodes; ++i) { in HuffmanTreeBitCost()40 const Histogram<kCodeLengthCodes>& histogram, in HuffmanTreeBitCost()41 const EntropyCode<kCodeLengthCodes>& entropy) { in HuffmanTreeBitCost()47 int histogram[kCodeLengthCodes] = { 0 }; in HuffmanBitCost()93 uint8_t cost[kCodeLengthCodes] = { 0 }; in HuffmanBitCost()94 CreateHuffmanTree(histogram, kCodeLengthCodes, 7, cost); in HuffmanBitCost()101 for (int i = 0; i < kCodeLengthCodes; ++i) { in HuffmanBitCost()
174 static const uint8_t kStorageOrder[kCodeLengthCodes] = { in StoreHuffmanTreeOfHuffmanTreeToBitMask()178 int codes_to_store = kCodeLengthCodes; in StoreHuffmanTreeOfHuffmanTreeToBitMask()191 codes_to_store = kCodeLengthCodes; in StoreHuffmanTreeOfHuffmanTreeToBitMask()214 const EntropyCode<kCodeLengthCodes>& entropy, in StoreHuffmanTreeToBitMask()284 Histogram<kCodeLengthCodes> huffman_tree_histogram; in StoreHuffmanCodeComplex()289 EntropyCode<kCodeLengthCodes> huffman_tree_entropy; in StoreHuffmanCodeComplex()290 BuildEntropyCode(huffman_tree_histogram, 5, kCodeLengthCodes, in StoreHuffmanCodeComplex()
101 static const int kCodeLengthCodes = 18; variable