summary refs log tree commit diff stats
path: root/vnc-encoding-tight.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc-encoding-tight.h')
-rw-r--r--vnc-encoding-tight.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vnc-encoding-tight.h b/vnc-encoding-tight.h
index 64d10625fe..9b0910c79a 100644
--- a/vnc-encoding-tight.h
+++ b/vnc-encoding-tight.h
@@ -173,4 +173,9 @@
 #define VNC_TIGHT_MIN_SOLID_SUBRECT_SIZE  2048
 #define VNC_TIGHT_MAX_SPLIT_TILE_SIZE       16
 
+#define VNC_TIGHT_JPEG_MIN_RECT_SIZE      4096
+#define VNC_TIGHT_DETECT_SUBROW_WIDTH        7
+#define VNC_TIGHT_DETECT_MIN_WIDTH           8
+#define VNC_TIGHT_DETECT_MIN_HEIGHT          8
+
 #endif /* VNC_ENCODING_TIGHT_H */