Home | History | Annotate | Download | only in utils

Lines Matching refs:code

3 // Use of this source code is governed by a BSD-style license
33 // 1) Let's make the Huffman code more compatible with rle encoding.
45 // with an rle code.
287 tokens->code = value;
296 tokens->code = value;
302 tokens->code = 16;
307 tokens->code = 16;
322 tokens->code = 0; // 0-value
328 tokens->code = 17;
333 tokens->code = 18;
338 tokens->code = 18;
412 uint32_t code = 0;
414 code = (code + depth_count[i - 1]) << 1;
415 next_code[i] = code;