Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c300 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()
424 x_best-x, h_best) ) in SendRectEncodingTight()
429 if (!SendTightHeader(cl, x_best, y_best, w_best, h_best)) in SendRectEncodingTight()
447 w - (x_best-x) - w_best, h_best) ) in SendRectEncodingTight()
449 if ( y_best + h_best != y + h && in SendRectEncodingTight()
450 !SendRectEncodingTight(cl, x, y_best + h_best, in SendRectEncodingTight()
[all …]