Searched defs:code_lengths (Results 1 – 5 of 5) sorted by relevance
81 const int code_lengths[], int code_lengths_size, in BuildHuffmanTable()218 const int code_lengths[], int code_lengths_size) { in VP8LBuildHuffmanTable()
32 uint8_t* code_lengths; // Code lengths of the symbols. member
105 const uint8_t* const code_lengths, in BrotliBuildCodeLengthsHuffmanTable()
250 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()311 int* const code_lengths, in ReadHuffmanCode()371 int* code_lengths = NULL; in ReadHuffmanCodes() local