Searched refs:maxRectWidth (Results 1 – 1 of 1) sorted by relevance
76 int maxRectSize, maxRectWidth; member246 int maxRectSize, maxRectWidth; in rfbNumCodedRectsTight() local255 maxRectWidth = tightConf[compressLevel].maxRectWidth; in rfbNumCodedRectsTight()257 if (w > maxRectWidth || w * h > maxRectSize) { in rfbNumCodedRectsTight()258 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in rfbNumCodedRectsTight()260 return (((w - 1) / maxRectWidth + 1) * in rfbNumCodedRectsTight()359 int maxRectSize, maxRectWidth, nMaxWidth; in SendRectEncodingTight() local362 maxRectWidth = tightConf[compressLevel].maxRectWidth; in SendRectEncodingTight()363 nMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in SendRectEncodingTight()617 int maxRectSize, maxRectWidth; in SendRectSimple() local[all …]