Lines Matching refs:repLen
1247 unsigned repLen = repLens[i]; in GetOptimum() local
1249 if (repLen < 2) in GetOptimum()
1254 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen); in GetOptimum()
1255 COptimal *opt = &p->opt[repLen]; in GetOptimum()
1259 opt->len = (UInt32)repLen; in GetOptimum()
1264 while (--repLen >= 2); in GetOptimum()
1868 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
1887 repLen = repIndex = 0; in GetOptimumFast()
1903 if (len > repLen) in GetOptimumFast()
1906 repLen = len; in GetOptimumFast()
1938 if (repLen >= 2) in GetOptimumFast()
1939 if ( repLen + 1 >= mainLen in GetOptimumFast()
1940 || (repLen + 2 >= mainLen && mainDist >= (1 << 9)) in GetOptimumFast()
1941 || (repLen + 3 >= mainLen && mainDist >= (1 << 15))) in GetOptimumFast()
1944 MOVE_POS(p, repLen - 1) in GetOptimumFast()
1945 return repLen; in GetOptimumFast()