Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c390 IMatchFinder2 matchFinder; member
1076 p->matchFinder.Skip(p->matchFinderObj, (UInt32)(num)); }
1084 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj); in ReadMatchDistances()
1086 const UInt32 *d = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()
1113 const Byte *p1 = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances()
1252 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()
1578 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()
1991 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()
2071 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()
2394 p->matchFinder in LzmaEnc_CodeOneBlock()
[all...]

Completed in 4 milliseconds