Home | History | Annotate | Download | only in turbovnc

Lines Matching full:compresslevel

73 static int compressLevel;
184 maxRectSize = tightConf[compressLevel].maxRectSize;
185 maxRectWidth = tightConf[compressLevel].maxRectWidth;
208 compressLevel = cl->tightCompressLevel > 0 ? 1 : 0;
211 compressLevel = 1;
212 tightConf[compressLevel].idxZlibLevel = 1;
213 tightConf[compressLevel].monoZlibLevel = 1;
214 tightConf[compressLevel].rawZlibLevel = 1;
216 tightConf[compressLevel].idxZlibLevel = cl->tightCompressLevel;
217 tightConf[compressLevel].monoZlibLevel = cl->tightCompressLevel;
218 tightConf[compressLevel].rawZlibLevel = cl->tightCompressLevel;
248 maxRectSize = tightConf[compressLevel].maxRectSize;
249 maxRectWidth = tightConf[compressLevel].maxRectWidth;
502 maxRectSize = tightConf[compressLevel].maxRectSize;
503 maxRectWidth = tightConf[compressLevel].maxRectWidth;
569 paletteMaxColors = w * h / tightConf[compressLevel].idxMaxColorsDivisor;
573 w * h >= tightConf[compressLevel].monoMinRectSize ) {
718 if (tightConf[compressLevel].monoZlibLevel == 0)
764 tightConf[compressLevel].monoZlibLevel,
783 if (tightConf[compressLevel].idxZlibLevel == 0)
829 tightConf[compressLevel].idxZlibLevel,
846 if (tightConf[compressLevel].rawZlibLevel == 0)
859 tightConf[compressLevel].rawZlibLevel,