Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c717 int w_best = 0, h_best = 0; in find_best_solid_area() local
740 if (w_prev * (dy + dh - y) > w_best * h_best) { in find_best_solid_area()
741 w_best = w_prev; in find_best_solid_area()
746 *w_ptr = w_best; in find_best_solid_area()
1587 int x_best, y_best, w_best, h_best; in find_large_solid_color_rect() local
1598 color_value, &w_best, &h_best); in find_large_solid_color_rect()
1603 if (w_best * h_best != w * h && in find_large_solid_color_rect()
1604 w_best * h_best < VNC_TIGHT_MIN_SOLID_SUBRECT_SIZE) { in find_large_solid_color_rect()
1612 &x_best, &y_best, &w_best, &h_best); in find_large_solid_color_rect()
1629 if (x_best + w_best != x + w) { in find_large_solid_color_rect()
[all …]