Home
last modified time | relevance | path

Searched refs:maxRectWidth (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/
Dtight.c76 int maxRectSize, maxRectWidth; member
246 int maxRectSize, maxRectWidth; in rfbNumCodedRectsTight() local
255 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() local
362 maxRectWidth = tightConf[compressLevel].maxRectWidth; in SendRectEncodingTight()
363 nMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in SendRectEncodingTight()
617 int maxRectSize, maxRectWidth; in SendRectSimple() local
[all …]