Lines Matching refs:compression
299 int compression = vs->tight->compression; in tight_detect_smooth_image() local
317 if (w * h < tight_conf[compression].gradient_min_rect_size) { in tight_detect_smooth_image()
328 return (errors < tight_conf[compression].gradient_threshold24); in tight_detect_smooth_image()
338 return (errors < tight_conf[compression].gradient_threshold); in tight_detect_smooth_image()
426 max = count / tight_conf[vs->tight->compression].idx_max_colors_divisor; in tight_fill_palette()
428 count >= tight_conf[vs->tight->compression].mono_min_rect_size) { in tight_fill_palette()
939 tight_conf[vs->tight->compression].raw_zlib_level, in send_full_color_rect()
967 int level = tight_conf[vs->tight->compression].mono_zlib_level; in send_mono_rect()
1052 int level = tight_conf[vs->tight->compression].gradient_zlib_level; in send_gradient_rect()
1089 int level = tight_conf[vs->tight->compression].idx_zlib_level; in send_palette_rect()
1307 int level = tight_png_conf[vs->tight->compression].png_zlib_level; in send_png_rect()
1308 int filters = tight_png_conf[vs->tight->compression].png_filters; in send_png_rect()
1552 max_size = tight_conf[vs->tight->compression].max_rect_size; in send_rect_simple()
1553 max_width = tight_conf[vs->tight->compression].max_rect_width; in send_rect_simple()
1683 max_rows = tight_conf[vs->tight->compression].max_rect_size; in tight_send_framebuffer_update()
1684 max_rows /= MIN(tight_conf[vs->tight->compression].max_rect_width, w); in tight_send_framebuffer_update()