Searched refs:matchPrice (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c952 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1041 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 66 milliseconds