Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c1539 int max_sub_width, max_sub_height; in send_rect_simple() local
1548 max_sub_width = (w > max_width) ? max_width : w; in send_rect_simple()
1549 max_sub_height = max_size / max_sub_width; in send_rect_simple()
1553 rw = MIN(max_sub_width, w - dx); in send_rect_simple()