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

/external/lzma/C/
H A DLzmaEnc.c993 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1081 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1082 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1190 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1305 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1306 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1462 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 545 milliseconds