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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c952 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1105 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); local
1432 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];

Completed in 81 milliseconds