Home
last modified time | relevance | path

Searched defs:code_lengths (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/utils/
Dhuffman.c72 int HuffmanCodeLengthsToCodes(const int* const code_lengths, in HuffmanCodeLengthsToCodes()
146 const int* const code_lengths, in HuffmanTreeBuildImplicit()
205 const int* const code_lengths, in HuffmanTreeBuildExplicit()
Dhuffman_encode.h32 uint8_t* code_lengths; // Code lengths of the symbols. member
/external/chromium_org/third_party/libwebp/utils/
Dhuffman.c72 int HuffmanCodeLengthsToCodes(const int* const code_lengths, in HuffmanCodeLengthsToCodes()
146 const int* const code_lengths, in HuffmanTreeBuildImplicit()
205 const int* const code_lengths, in HuffmanTreeBuildExplicit()
Dhuffman_encode.h32 uint8_t* code_lengths; // Code lengths of the symbols. member
/external/webp/src/dec/
Dvp8l.c172 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
237 int code_lengths[2]; in ReadHuffmanCode() local
253 int* code_lengths = NULL; in ReadHuffmanCode() local
/external/chromium_org/third_party/libwebp/dec/
Dvp8l.c173 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
238 int code_lengths[2]; in ReadHuffmanCode() local
254 int* code_lengths = NULL; in ReadHuffmanCode() local