Lines Matching defs:posState2
1686 unsigned posState2 = (position + 1) & p->pbMask;
1687 UInt32 price = litPrice + GetPrice_Rep_0(p, state2, posState2);
1699 // price2 = price + GetPrice_Len_Rep_0(p, len, state2, posState2);
1700 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len);
1779 unsigned posState2 = (position + len) & p->pbMask;
1781 + GET_PRICE_0(p->isMatch[state2][posState2])
1787 posState2 = (posState2 + 1) & p->pbMask;
1790 price += GetPrice_Rep_0(p, state2, posState2);
1808 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);
1809 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
1908 unsigned posState2 = (position + len) & p->pbMask;
1910 price += GET_PRICE_0(p->isMatch[state2][posState2]);
1917 posState2 = (posState2 + 1) & p->pbMask;
1918 price += GetPrice_Rep_0(p, state2, posState2);
1929 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);
1930 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);