Lines Matching defs:distance
125 /* Builds a command and distance prefix code (each 64 symbols) into "depth" and
301 static BROTLI_INLINE void EmitDistance(size_t distance,
306 const size_t d = distance + 3;
437 /* Save the start of the first block for position and distance computations.
473 /* Store the pre-compressed command and distance prefix codes. */
483 /* Initialize the command and distance histograms. We will gather
484 statistics of command and distance codes during the processing
485 of this block and use it to update the command and distance
550 /* Check copy distance. If candidate is not feasible, continue search.
565 int distance = (int)(base - candidate); /* > 0 */
586 if (distance == last_distance) {
590 EmitDistance((size_t)distance, cmd_depth, cmd_bits,
592 last_distance = distance;
722 /* If this is not the last block, update the command and distance prefix