Searched refs:nextRepMatchPrice (Results 1 – 3 of 3) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 857 int nextRepMatchPrice = curAnd1Price + in GetOptimum() local 864 int curAndLenPrice = nextRepMatchPrice + GetRepPrice( in GetOptimum() 927 …int nextRepMatchPrice = nextMatchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[… in GetOptimum() local 934 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum() 1002 …int nextRepMatchPrice = nextMatchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[… in GetOptimum() local 1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 857 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum() 864 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( in GetOptimum() 927 UInt32 nextRepMatchPrice = nextMatchPrice + _isRep[state2.Index].GetPrice1(); in GetOptimum() 934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum() 1002 UInt32 nextRepMatchPrice = nextMatchPrice + _isRep[state2.Index].GetPrice1(); in GetOptimum() 1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum()
|
/external/lzma/C/ |
D | LzmaEnc.c | 1296 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum() local 1306 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1358 UInt32 nextRepMatchPrice; in GetOptimum() local 1374 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1385 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1448 UInt32 nextRepMatchPrice; in GetOptimum() local 1463 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1474 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
|