Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libwebp/utils/
Dhuffman.c111 const int* const code_lengths, int code_lengths_size, in VP8LHuffmanCodeLengthsToCodes()
232 const int* const code_lengths, in VP8LHuffmanTreeBuildImplicit()
289 const int* const code_lengths, in VP8LHuffmanTreeBuildExplicit()
Dhuffman_encode.h32 uint8_t* code_lengths; // Code lengths of the symbols. member
/external/webp/src/utils/
Dhuffman.c111 const int* const code_lengths, int code_lengths_size, in VP8LHuffmanCodeLengthsToCodes()
232 const int* const code_lengths, in VP8LHuffmanTreeBuildImplicit()
289 const int* const code_lengths, in VP8LHuffmanTreeBuildExplicit()
Dhuffman_encode.h32 uint8_t* code_lengths; // Code lengths of the symbols. member
/external/chromium_org/third_party/brotli/src/brotli/dec/
Dhuffman.c69 const uint8_t* const code_lengths, in BrotliBuildHuffmanTable()
Ddecode.c136 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths()
214 uint8_t* code_lengths = NULL; in ReadHuffmanCode() local
/external/webp/src/dec/
Dvp8l.c183 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
243 int* const code_lengths, int* const huff_codes, in ReadHuffmanCode()
302 int* code_lengths = NULL; in ReadHuffmanCodes() local
/external/chromium_org/third_party/libwebp/dec/
Dvp8l.c183 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
243 int* const code_lengths, int* const huff_codes, in ReadHuffmanCode()
302 int* code_lengths = NULL; in ReadHuffmanCodes() local