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

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c1282 UInt32 posStateNext = (position + 1) & p->pbMask; local
1284 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1293 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1353 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1356 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1360 posStateNext = (position + lenTest + 1) & p->pbMask;
1362 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1372 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1443 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1445 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c1283 UInt32 posStateNext = (position + 1) & p->pbMask; local
1285 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1294 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1354 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1357 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1361 posStateNext = (position + lenTest + 1) & p->pbMask;
1363 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1373 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1444 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1446 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]
/external/lzma/C/
H A DLzmaEnc.c1282 UInt32 posStateNext = (position + 1) & p->pbMask; local
1284 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1293 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1353 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1356 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1360 posStateNext = (position + lenTest + 1) & p->pbMask;
1362 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1372 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1443 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1445 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]

Completed in 211 milliseconds