Home
last modified time | relevance | path

Searched defs:normalMatchPrice (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java666 …int normalMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRep[_stat… in GetOptimum() local
/third_party/lzma/C/
DLzmaEnc.c1379 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum() local
1844 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum() local