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

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

Completed in 1163 milliseconds