OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tightconf
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/x11vnc/misc/turbovnc/
tight.c
58
static TIGHT_CONF
tightConf
[2] = {
184
maxRectSize =
tightConf
[compressLevel].maxRectSize;
185
maxRectWidth =
tightConf
[compressLevel].maxRectWidth;
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
[
all
...]
/external/libvncserver/libvncserver/
tight.c
83
static TIGHT_CONF
tightConf
[4] = {
254
maxRectSize =
tightConf
[compressLevel].maxRectSize;
255
maxRectWidth =
tightConf
[compressLevel].maxRectWidth;
361
maxRectSize =
tightConf
[compressLevel].maxRectSize;
362
maxRectWidth =
tightConf
[compressLevel].maxRectWidth;
622
maxRectSize =
tightConf
[compressLevel].maxRectSize;
623
maxRectWidth =
tightConf
[compressLevel].maxRectWidth;
692
paletteMaxColors = w * h /
tightConf
[compressLevel].idxMaxColorsDivisor;
694
paletteMaxColors =
tightConf
[compressLevel].palMaxColorsWithJPEG;
696
w * h >=
tightConf
[compressLevel].monoMinRectSize )
[
all
...]
Completed in 69 milliseconds