Home | History | Annotate | Download | only in C

Lines Matching refs:repLen

1112     UInt32 repLen = repLens[i];

1114 if (repLen < 2)
1119 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1120 COptimal *opt = &p->opt[repLen];
1129 while (--repLen >= 2);
1556 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i;
1576 repLen = repIndex = 0;
1590 if (len > repLen)
1593 repLen = len;
1621 if (repLen >= 2 && (
1622 (repLen + 1 >= mainLen) ||
1623 (repLen + 2 >= mainLen && mainDist >= (1 << 9)) ||
1624 (repLen + 3 >= mainLen && mainDist >= (1 << 15))))
1627 MovePos(p, repLen - 1);
1628 return repLen;