Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c105 const uint8_t* const code_lengths, in BrotliBuildCodeLengthsHuffmanTable()
/third_party/node/deps/brotli/c/dec/
Dhuffman.c105 const uint8_t* const code_lengths, in BrotliBuildCodeLengthsHuffmanTable()
/third_party/skia/third_party/externals/libwebp/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
/third_party/ffmpeg/libavcodec/
Dwebp.c254 static int huff_reader_build_canonical(HuffReader *r, const uint8_t *code_lengths, in huff_reader_build_canonical()
335 uint8_t *code_lengths; in read_huffman_code_normal() local