Lines Matching refs:repIndex
1142 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState)
1146 if (repIndex == 0)
1155 if (repIndex == 1)
1160 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
1722 unsigned repIndex = 0; // 17.old
1723 // unsigned repIndex = IsLitState(state) ? 0 : 1; // 18.notused
1724 for (; repIndex < LZMA_NUM_REPS; repIndex++)
1728 const Byte *data2 = data - reps[repIndex];
1744 price = repMatchPrice + GetPrice_PureRep(p, repIndex, state, posState);
1753 opt->dist = (UInt32)repIndex;
1760 if (repIndex == 0) startLen = len + 1; // 17.old
1818 opt->dist = (UInt32)repIndex;
1973 unsigned mainLen, numPairs, repIndex, repLen, i;
1992 repLen = repIndex = 0;
2010 repIndex = i;
2048 p->backRes = (UInt32)repIndex;