Searched refs:w_best (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/ |
D | tight.c | 300 int x_best, y_best, w_best, h_best; in SendRectEncodingTight() local 402 colorValue, &w_best, &h_best); in SendRectEncodingTight() 407 if ( w_best * h_best != w * h && in SendRectEncodingTight() 408 w_best * h_best < MIN_SOLID_SUBRECT_SIZE ) in SendRectEncodingTight() 415 &x_best, &y_best, &w_best, &h_best); in SendRectEncodingTight() 429 if (!SendTightHeader(cl, x_best, y_best, w_best, h_best)) in SendRectEncodingTight() 445 if ( x_best + w_best != x + w && in SendRectEncodingTight() 446 !SendRectEncodingTight(cl, x_best + w_best, y_best, in SendRectEncodingTight() 447 w - (x_best-x) - w_best, h_best) ) in SendRectEncodingTight() 481 int w_best = 0, h_best = 0; in FindBestSolidArea() local [all …]
|