Searched defs:newDistance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c1606 UInt32 newDistance = matches[p->numPairs - 1]; local
1607 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1608 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1610 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))

Completed in 52 milliseconds