Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dtight.c402 uint16_t *thatRow = (uint16_t *)client->tightPrevRow; in FilterGradientBPP() local
428 pix[c] = (uint16_t)(((src[y*client->rectWidth] >> shift[c]) + thatRow[c]) & max[c]); in FilterGradientBPP()
436 est[c] = (int)thatRow[x*3+c] + (int)pix[c] - (int)thatRow[(x-1)*3+c]; in FilterGradientBPP()
447 memcpy(thatRow, thisRow, client->rectWidth * 3 * sizeof(uint16_t)); in FilterGradientBPP()