Searched refs:matchFinder (Results 1 – 4 of 4) sorted by relevance
259 IMatchFinder matchFinder; member812 p->matchFinder.Skip(p->matchFinderObj, num); in MovePos()819 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj); in ReadMatchDistances()820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances()964 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()1217 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()1509 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()1580 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()1738 p->matchFinder.Init(p->matchFinderObj); in LzmaEnc_CodeOneBlock()[all …]
260 IMatchFinder matchFinder; member813 p->matchFinder.Skip(p->matchFinderObj, num); in MovePos()820 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj); in ReadMatchDistances()821 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()836 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances()965 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()1218 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()1510 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()1581 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimumFast()1739 p->matchFinder.Init(p->matchFinderObj); in LzmaEnc_CodeOneBlock()[all …]
219 const wchar_t *matchFinder = in SetCompressionMethod2() local226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder); in SetCompressionMethod2()