Searched refs:nextOptimum (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.cpp831 COptimal &nextOptimum = _optimum[cur + 1]; local
834 if (curAnd1Price < nextOptimum.Price)
836 nextOptimum.Price = curAnd1Price;
837 nextOptimum.PosPrev = cur;
838 nextOptimum.MakeAsChar();
846 !(nextOptimum.PosPrev < cur && nextOptimum.BackPrev == 0))
849 if(shortRepPrice <= nextOptimum.Price)
851 nextOptimum.Price = shortRepPrice;
852 nextOptimum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp831 COptimal &nextOptimum = _optimum[cur + 1]; local
834 if (curAnd1Price < nextOptimum.Price)
836 nextOptimum.Price = curAnd1Price;
837 nextOptimum.PosPrev = cur;
838 nextOptimum.MakeAsChar();
846 !(nextOptimum.PosPrev < cur && nextOptimum.BackPrev == 0))
849 if(shortRepPrice <= nextOptimum.Price)
851 nextOptimum.Price = shortRepPrice;
852 nextOptimum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp831 COptimal &nextOptimum = _optimum[cur + 1]; local
834 if (curAnd1Price < nextOptimum.Price)
836 nextOptimum.Price = curAnd1Price;
837 nextOptimum.PosPrev = cur;
838 nextOptimum.MakeAsChar();
846 !(nextOptimum.PosPrev < cur && nextOptimum.BackPrev == 0))
849 if(shortRepPrice <= nextOptimum.Price)
851 nextOptimum.Price = shortRepPrice;
852 nextOptimum
[all...]

Completed in 79 milliseconds