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

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c1305 UInt32 posStateNext = (position + 1) & p->pbMask; local
1307 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1316 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1376 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1379 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1383 posStateNext = (position + lenTest + 1) & p->pbMask;
1385 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1395 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1466 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1468 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]

Completed in 71 milliseconds