Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_utils.c81 const int code_lengths[], int code_lengths_size, in BuildHuffmanTable()
218 const int code_lengths[], int code_lengths_size) { in VP8LBuildHuffmanTable()
Dhuffman_encode_utils.h32 uint8_t* code_lengths; // Code lengths of the symbols. member
/external/brotli/c/dec/
Dhuffman.c105 const uint8_t* const code_lengths, in BrotliBuildCodeLengthsHuffmanTable()
/external/cronet/third_party/brotli/dec/
Dhuffman.c105 const uint8_t* const code_lengths, in BrotliBuildCodeLengthsHuffmanTable()
/external/webp/src/dec/
Dvp8l_dec.c250 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
311 int* const code_lengths, in ReadHuffmanCode()
371 int* code_lengths = NULL; in ReadHuffmanCodes() local