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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1075 UInt32 repLen = repLens[i]; local
1077 if (repLen < 2)
1082 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1083 COptimal *opt = &p->opt[repLen];
1092 while (--repLen >= 2);
1514 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1534 repLen = repIndex = 0;
1548 if (len > repLen)
1551 repLen = len;
1579 if (repLen >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp688 UInt32 repLen = repLens[i]; local
689 if (repLen < 2)
694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
695 COptimal &optimum = _optimum[repLen];
704 while(--repLen >= 2);
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp688 UInt32 repLen = repLens[i]; local
689 if (repLen < 2)
694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
695 COptimal &optimum = _optimum[repLen];
704 while(--repLen >= 2);
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp688 UInt32 repLen = repLens[i]; local
689 if (repLen < 2)
694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
695 COptimal &optimum = _optimum[repLen];
704 while(--repLen >= 2);
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;

Completed in 89 milliseconds