Searched refs:histogram_total (Results 1 – 3 of 3) sorted by relevance
80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
38 MemoryManager* m, const uint32_t* histogram, const size_t histogram_total,
420 const size_t histogram_total, in BrotliBuildAndStoreHuffmanTreeFast() argument428 size_t total = histogram_total; in BrotliBuildAndStoreHuffmanTreeFast()