Searched refs:bestMatchLen (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dziptool.cpp1321 unsigned int bestMatchLen = 0; local
1344 if (lookAhead > bestMatchLen)
1346 bestMatchLen = lookAhead;
1352 if (bestMatchLen > 3)
1358 for (int i=0 ; i < bestMatchLen ; i++)
1361 for (int i=0 ; i < bestMatchLen ; i++)
1365 encodeDistStatic(bestMatchLen, bestMatchDist);
1366 windowPos += bestMatchLen;

Completed in 24 milliseconds