Home
last modified time | relevance | path

Searched refs:huff_codes (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dhuffman.c71 int code_lengths_size, int* const huff_codes) { in HuffmanCodeLengthsToCodes() argument
81 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()
Dhuffman.h71 int code_lengths_size, int* const huff_codes);