/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/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 1283 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum() local 1293 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1345 UInt32 nextRepMatchPrice; in GetOptimum() local 1361 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1372 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1435 UInt32 nextRepMatchPrice; in GetOptimum() local 1450 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1461 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
|
/external/lzma/C/ |
D | LzmaEnc.c | 1283 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum() local 1293 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1345 UInt32 nextRepMatchPrice; in GetOptimum() local 1361 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1372 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1435 UInt32 nextRepMatchPrice; in GetOptimum() local 1450 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1461 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 1284 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum() local 1294 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1346 UInt32 nextRepMatchPrice; in GetOptimum() local 1362 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1373 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1436 UInt32 nextRepMatchPrice; in GetOptimum() local 1451 nextRepMatchPrice = curAndLenCharPrice + in GetOptimum() 1462 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 4188 + UInt32 nextRepMatchPrice = curAnd1Price + 4198 + curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); 4250 + UInt32 nextRepMatchPrice; 4266 + nextRepMatchPrice = curAndLenCharPrice + 4277 + curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNex… 4340 + UInt32 nextRepMatchPrice; 4355 + nextRepMatchPrice = curAndLenCharPrice + 4366 + curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNex…
|