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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp633 UInt32 *matchDistances = _matchDistances; local
636 backRes = matchDistances[numDistancePairs - 1] + kNumRepDistances;
713 while (len > matchDistances[offs])
717 UInt32 distance = matchDistances[offs + 1];
727 if (len == matchDistances[offs])
858 if(newLen == 2 && matchDistances[2] >= kDistLimit2) // test it maybe set 2000 ?
985 for (numDistancePairs = 0; newLen > matchDistances[numDistancePairs]; numDistancePairs += 2);
986 matchDistances[numDistancePairs] = newLen;
996 while(startLen > matchDistances[offs])
998 UInt32 curBack = matchDistances[off
1158 UInt32 *matchDistances = _matchDistances; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp633 UInt32 *matchDistances = _matchDistances; local
636 backRes = matchDistances[numDistancePairs - 1] + kNumRepDistances;
713 while (len > matchDistances[offs])
717 UInt32 distance = matchDistances[offs + 1];
727 if (len == matchDistances[offs])
858 if(newLen == 2 && matchDistances[2] >= kDistLimit2) // test it maybe set 2000 ?
985 for (numDistancePairs = 0; newLen > matchDistances[numDistancePairs]; numDistancePairs += 2);
986 matchDistances[numDistancePairs] = newLen;
996 while(startLen > matchDistances[offs])
998 UInt32 curBack = matchDistances[off
1158 UInt32 *matchDistances = _matchDistances; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp633 UInt32 *matchDistances = _matchDistances; local
636 backRes = matchDistances[numDistancePairs - 1] + kNumRepDistances;
713 while (len > matchDistances[offs])
717 UInt32 distance = matchDistances[offs + 1];
727 if (len == matchDistances[offs])
858 if(newLen == 2 && matchDistances[2] >= kDistLimit2) // test it maybe set 2000 ?
985 for (numDistancePairs = 0; newLen > matchDistances[numDistancePairs]; numDistancePairs += 2);
986 matchDistances[numDistancePairs] = newLen;
996 while(startLen > matchDistances[offs])
998 UInt32 curBack = matchDistances[off
1158 UInt32 *matchDistances = _matchDistances; local
[all...]

Completed in 89 milliseconds