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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h336 UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) const argument
339 if(repIndex == 0)
347 if (repIndex == 1)
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
357 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 posState) const argument
360 GetPureRepPrice(repIndex, state, posState);
H A DLZMAEncoder.cpp906 for(UInt32 repIndex = 0; repIndex < kNumRepDistances; repIndex++)
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;
909 const Byte *data2 = data - (reps[repIndex] + 1);
917 UInt32 price = repMatchPrice + GetPureRepPrice(repIndex, state, posState);
926 optimum.BackPrev = repIndex;
933 if (repIndex == 0)
974 optimum.BackPrev2 = repIndex;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h336 UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) const argument
339 if(repIndex == 0)
347 if (repIndex == 1)
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
357 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 posState) const argument
360 GetPureRepPrice(repIndex, state, posState);
H A DLZMAEncoder.cpp906 for(UInt32 repIndex = 0; repIndex < kNumRepDistances; repIndex++)
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;
909 const Byte *data2 = data - (reps[repIndex] + 1);
917 UInt32 price = repMatchPrice + GetPureRepPrice(repIndex, state, posState);
926 optimum.BackPrev = repIndex;
933 if (repIndex == 0)
974 optimum.BackPrev2 = repIndex;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h336 UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) const argument
339 if(repIndex == 0)
347 if (repIndex == 1)
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
357 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 posState) const argument
360 GetPureRepPrice(repIndex, state, posState);
H A DLZMAEncoder.cpp906 for(UInt32 repIndex = 0; repIndex < kNumRepDistances; repIndex++)
908 // UInt32 repLen = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], newLen); // test it;
909 const Byte *data2 = data - (reps[repIndex] + 1);
917 UInt32 price = repMatchPrice + GetPureRepPrice(repIndex, state, posState);
926 optimum.BackPrev = repIndex;
933 if (repIndex == 0)
974 optimum.BackPrev2 = repIndex;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c886 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) argument
889 if (repIndex == 0)
897 if (repIndex == 1)
902 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
908 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) argument
911 GetPureRepPrice(p, repIndex, state, posState);
1332 UInt32 repIndex; local
1333 for (repIndex = 0; repIndex < LZMA_NUM_REPS; repIndex
1514 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 106 milliseconds