Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c61 } tight_conf[] = { variable
317 if (w * h < tight_conf[compression].gradient_min_rect_size) { in tight_detect_smooth_image()
326 return (errors < tight_conf[quality].jpeg_threshold24); in tight_detect_smooth_image()
336 return (errors < tight_conf[quality].jpeg_threshold); in tight_detect_smooth_image()
338 return (errors < tight_conf[compression].gradient_threshold); in tight_detect_smooth_image()
967 int level = tight_conf[vs->tight->compression].mono_zlib_level; in send_mono_rect()
1081 int level = tight_conf[vs->tight->compression].idx_zlib_level; in send_palette_rect()
1434 int quality = tight_conf[vs->tight->quality].jpeg_quality; in send_sub_rect_jpeg()
1544 max_size = tight_conf[vs->tight->compression].max_rect_size; in send_rect_simple()
1545 max_width = tight_conf[vs->tight->compression].max_rect_width; in send_rect_simple()
[all …]