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

/external/libvncserver/libvncserver/
H A Dtight.c76 int maxRectSize, maxRectWidth; member in struct:TIGHT_CONF_s
246 int maxRectSize, maxRectWidth; local
255 maxRectWidth = tightConf[compressLevel].maxRectWidth;
257 if (w > maxRectWidth || w * h > maxRectSize) {
258 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
260 return (((w - 1) / maxRectWidth + 1) *
359 int maxRectSize, maxRectWidth, nMaxWidth; local
362 maxRectWidth
617 int maxRectSize, maxRectWidth; local
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c52 int maxRectSize, maxRectWidth; member in struct:TIGHT_CONF_s
176 int maxRectSize, maxRectWidth; local
185 maxRectWidth = tightConf[compressLevel].maxRectWidth;
187 if (w > maxRectWidth || w * h > maxRectSize) {
188 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
190 return (((w - 1) / maxRectWidth + 1) *
246 int maxRectSize, maxRectWidth, nMaxWidth; local
249 maxRectWidth
497 int maxRectSize, maxRectWidth; local
[all...]

Completed in 130 milliseconds