Home
last modified time | relevance | path

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

/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/webp/src/dec/
Dvp8l.c183 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
244 int* const code_lengths, int* const huff_codes, in ReadHuffmanCode()
303 int* code_lengths = NULL; in ReadHuffmanCodes() local