Lines Matching defs:position
1219 static unsigned GetOptimum(CLzmaEnc *p, UInt32 position)
1310 posState = (position & p->pbMask);
1313 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1));
1428 /* if (position >= 0) */
1431 printf("\n pos = %4X", position);
1433 printf("\nprice[%4X] = %u", position - cur + i, p->opt[i].price);
1493 position++;
1582 posState = (position & p->pbMask);
1613 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1));
1686 unsigned posState2 = (position + 1) & p->pbMask;
1779 unsigned posState2 = (position + len) & p->pbMask;
1782 + LitEnc_Matched_GetPrice(LIT_PROBS(position + len, data[(size_t)len - 1]),
1908 unsigned posState2 = (position + len) & p->pbMask;
1911 price += LitEnc_Matched_GetPrice(LIT_PROBS(position + len, data[(size_t)len - 1]),