Searched refs:BuildHuffmanReverseCodes (Results 1 – 2 of 2) sorted by relevance
137 bool HuffmanTable::BuildHuffmanReverseCodes(const Buffer& lens, in BuildHuffmanReverseCodes() function in puffin::HuffmanTable198 TEST_AND_RETURN_FALSE(BuildHuffmanReverseCodes( in BuildFixedHuffmanTable()201 TEST_AND_RETURN_FALSE(BuildHuffmanReverseCodes( in BuildFixedHuffmanTable()434 BuildHuffmanReverseCodes(code_lens_, &code_rcodes_, &code_max_bits_)); in BuildDynamicHuffmanTable()452 TEST_AND_RETURN_FALSE(BuildHuffmanReverseCodes( in BuildDynamicHuffmanTable()456 TEST_AND_RETURN_FALSE(BuildHuffmanReverseCodes( in BuildDynamicHuffmanTable()
219 bool BuildHuffmanReverseCodes(const Buffer& lens,