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

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c1572 UInt32 newDistance = matches[p->numPairs - 1]; local
1573 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1574 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1576 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c1573 UInt32 newDistance = matches[p->numPairs - 1]; local
1574 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1575 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1577 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))
/external/lzma/C/
H A DLzmaEnc.c1572 UInt32 newDistance = matches[p->numPairs - 1]; local
1573 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1574 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1576 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))

Completed in 113 milliseconds