Searched refs:h_best (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/
H A Dtight.c300 int x_best, y_best, w_best, h_best; local
402 colorValue, &w_best, &h_best);
407 if ( w_best * h_best != w * h &&
408 w_best * h_best < MIN_SOLID_SUBRECT_SIZE )
415 &x_best, &y_best, &w_best, &h_best);
424 x_best-x, h_best) )
429 if (!SendTightHeader(cl, x_best, y_best, w_best, h_best))
447 w - (x_best-x) - w_best, h_best) )
449 if ( y_best + h_best != y + h &&
450 !SendRectEncodingTight(cl, x, y_best + h_best,
481 int w_best = 0, h_best = 0; local
[all...]

Completed in 51 milliseconds