HomeSort by relevance Sort by last modified time
    Searched refs:paletteMaxColors (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 139 static TLS int paletteMaxColors = 0;
692 paletteMaxColors = w * h / tightConf[compressLevel].idxMaxColorsDivisor;
694 paletteMaxColors = tightConf[compressLevel].palMaxColorsWithJPEG;
695 if ( paletteMaxColors < 2 &&
697 paletteMaxColors = 2;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 100 static int paletteNumColors, paletteMaxColors;
569 paletteMaxColors = w * h / tightConf[compressLevel].idxMaxColorsDivisor;
571 paletteMaxColors = 24;
572 if ( paletteMaxColors < 2 &&
574 paletteMaxColors = 2;
979 if (paletteMaxColors < 2)
    [all...]

Completed in 41 milliseconds