Searched refs:huff_codes (Results 1 – 2 of 2) sorted by relevance
71 int code_lengths_size, int* const huff_codes) { in HuffmanCodeLengthsToCodes() argument81 assert(huff_codes != NULL); in HuffmanCodeLengthsToCodes()110 huff_codes[symbol] = next_codes[code_lengths[symbol]]++; in HuffmanCodeLengthsToCodes()112 huff_codes[symbol] = NON_EXISTENT_SYMBOL; in HuffmanCodeLengthsToCodes()
71 int code_lengths_size, int* const huff_codes);