Lines Matching defs:distance
46 stub.distance = 0;
62 return self->distance;
253 next->distance = (uint32_t)dist;
341 Also distance code 0 (last distance) does not update the last distances. */
443 /* Look for last distance matches using the distance cache from this
500 /* At higher iterations look only for new last distance matches, since
510 size_t dist = match.distance;
513 /* We already tried all possible last distance matches, so we can use
514 normal distance code here. */
529 to this distance. If the distance refers to the static dictionary, or
592 size_t distance = ZopfliNodeCopyDistance(next);
597 TO_BROTLI_BOOL(distance > dictionary_start + gap);
606 dist_cache[0] = (int)distance;