Searched refs:max_code_length (Results 1 – 1 of 1) sorted by relevance
77 int max_code_length = 0; in HuffmanCodeLengthsToCodes() local85 if (code_lengths[symbol] > max_code_length) { in HuffmanCodeLengthsToCodes()86 max_code_length = code_lengths[symbol]; in HuffmanCodeLengthsToCodes()89 if (max_code_length > MAX_ALLOWED_CODE_LENGTH) return 0; in HuffmanCodeLengthsToCodes()102 for (code_len = 1; code_len <= max_code_length; ++code_len) { in HuffmanCodeLengthsToCodes()