Home
last modified time | relevance | path

Searched refs:matchFinder (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzmaEnc.c271 IMatchFinder matchFinder; member
823 p->matchFinder.Skip(p->matchFinderObj, num); in MovePos()
830 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj); in ReadMatchDistances()
831 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()
848 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances()
977 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()
1230 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()
1522 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()
1593 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()
1751 p->matchFinder.Init(p->matchFinderObj); in LzmaEnc_CodeOneBlock()
[all …]