Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c139 static TLS int paletteMaxColors = 0; variable
692 paletteMaxColors = w * h / tightConf[compressLevel].idxMaxColorsDivisor; in SendSubrect()
694 paletteMaxColors = tightConf[compressLevel].palMaxColorsWithJPEG; in SendSubrect()
695 if ( paletteMaxColors < 2 && in SendSubrect()
697 paletteMaxColors = 2; in SendSubrect()
1142 if (paletteMaxColors < 2) in FillPalette8()
1184 if (paletteMaxColors < 2) { \
1264 if (paletteMaxColors < 2) { \
1390 if (paletteNumColors == 256 || paletteNumColors == paletteMaxColors) { in PaletteInsert()