HomeSort by relevance Sort by last modified time
    Searched refs:maxRectWidth (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 76 int maxRectSize, maxRectWidth;
246 int maxRectSize, maxRectWidth;
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;
362 maxRectWidth = tightConf[compressLevel].maxRectWidth
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 52 int maxRectSize, maxRectWidth;
176 int maxRectSize, maxRectWidth;
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;
249 maxRectWidth = tightConf[compressLevel].maxRectWidth
    [all...]

Completed in 45 milliseconds