Lines Matching defs:prefix
64 /* Builds a literal prefix code into "depths" and "bits" based on the statistics
66 Note that the prefix code here is built from the pre-LZ77 input, therefore
125 /* Builds a command and distance prefix code (each 64 symbols) into "depth" and
190 const size_t prefix = tail >> nbits;
191 const size_t inscode = (nbits << 1) + prefix + 42;
193 BrotliWriteBits(nbits, tail - (prefix << nbits), storage_ix, storage);
239 const size_t prefix = tail >> nbits;
240 const size_t code = (nbits << 1) + prefix + 20;
242 BrotliWriteBits(nbits, tail - (prefix << nbits), storage_ix, storage);
270 const size_t prefix = tail >> nbits;
271 const size_t code = (nbits << 1) + prefix + 4;
273 BrotliWriteBits(nbits, tail - (prefix << nbits), storage_ix, storage);
308 const size_t prefix = (d >> nbits) & 1;
309 const size_t offset = (2 + prefix) << nbits;
310 const size_t distcode = 2 * (nbits - 1) + prefix + 80;
473 /* Store the pre-compressed command and distance prefix codes. */
486 prefix codes for the next block. */
701 /* If we have more data, write a new meta-block header and prefix codes and
722 /* If this is not the last block, update the command and distance prefix