Searched defs:code_lengths (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libwebp/utils/ |
D | huffman.c | 111 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()
|
D | huffman_encode.h | 32 uint8_t* code_lengths; // Code lengths of the symbols. member
|
/external/webp/src/utils/ |
D | huffman.c | 111 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()
|
D | huffman_encode.h | 32 uint8_t* code_lengths; // Code lengths of the symbols. member
|
/external/chromium_org/third_party/brotli/src/brotli/dec/ |
D | huffman.c | 69 const uint8_t* const code_lengths, in BrotliBuildHuffmanTable()
|
D | decode.c | 136 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths() 214 uint8_t* code_lengths = NULL; in ReadHuffmanCode() local
|
/external/webp/src/dec/ |
D | vp8l.c | 183 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/ |
D | vp8l.c | 183 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
|