Searched refs:xcells (Results 1 – 1 of 1) sorted by relevance
671 int xcells, ycells; in rfb_send_screen() local732 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()749 crc_p = rc->crc_tmp - xcells; in rfb_send_screen()750 orig_crc = rc->crc - xcells; in rfb_send_screen()752 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells); in rfb_send_screen()755 crc_p += xcells; in rfb_send_screen()756 orig_crc += xcells; in rfb_send_screen()759 for (x = 0; x < xcells; x++) { in rfb_send_screen()760 if (x == (xcells - 1) && rem_x > 0) in rfb_send_screen()800 if (((changes * 100) / (xcells * ycells)) >= RFB_SEND_ALL_THRESH) { in rfb_send_screen()[all …]