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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c951 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1040 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1041 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1091 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1146 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1261 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1262 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1418 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 99 milliseconds