Lines Matching defs:lengths
207 uint8_t* lengths;
209 sizeof(*lengths) + sizeof(*codes));
215 lengths = (uint8_t*)&codes[total_length_size];
219 huffman_codes[i].code_lengths = lengths;
221 lengths += bit_length;
490 // Create Huffman bit lengths and codes for each histogram image.
559 // Create Huffman bit lengths and codes for each histogram image.