Searched refs:maxRectSize (Results 1 – 1 of 1) sorted by relevance
76 int maxRectSize, maxRectWidth; member246 int maxRectSize, maxRectWidth; in rfbNumCodedRectsTight() local254 maxRectSize = tightConf[compressLevel].maxRectSize; in rfbNumCodedRectsTight()257 if (w > maxRectWidth || w * h > maxRectSize) { in rfbNumCodedRectsTight()259 subrectMaxHeight = maxRectSize / subrectMaxWidth; in rfbNumCodedRectsTight()359 int maxRectSize, maxRectWidth, nMaxWidth; in SendRectEncodingTight() local361 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectEncodingTight()364 nMaxRows = maxRectSize / nMaxWidth; in SendRectEncodingTight()617 int maxRectSize, maxRectWidth; in SendRectSimple() local622 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectSimple()[all …]