Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c259 IMatchFinder matchFinder; member
812 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 …]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.c260 IMatchFinder matchFinder; member
813 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 …]
/external/chromium_org/third_party/lzma_sdk/
DLzmaEnc.c259 IMatchFinder matchFinder; member
812 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 …]
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp219 const wchar_t *matchFinder = in SetCompressionMethod2() local
226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder); in SetCompressionMethod2()