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

/external/lzma/C/
H A DLzmaEnc.c945 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1034 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1035 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1085 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1140 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1255 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1256 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1412 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 58 milliseconds