Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c83 static TIGHT_CONF tightConf[4] = { variable
254 maxRectSize = tightConf[compressLevel].maxRectSize; in rfbNumCodedRectsTight()
255 maxRectWidth = tightConf[compressLevel].maxRectWidth; in rfbNumCodedRectsTight()
361 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectEncodingTight()
362 maxRectWidth = tightConf[compressLevel].maxRectWidth; in SendRectEncodingTight()
622 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectSimple()
623 maxRectWidth = tightConf[compressLevel].maxRectWidth; in SendRectSimple()
692 paletteMaxColors = w * h / tightConf[compressLevel].idxMaxColorsDivisor; in SendSubrect()
694 paletteMaxColors = tightConf[compressLevel].palMaxColorsWithJPEG; in SendSubrect()
696 w * h >= tightConf[compressLevel].monoMinRectSize ) { in SendSubrect()
[all …]