Searched defs:code_lengths (Results 1 – 3 of 3) sorted by relevance
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()
32 uint8_t* code_lengths; // Code lengths of the symbols. member
183 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