Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Drfb.c697 int xcells, ycells; in rfb_send_screen() local
762 ycells = howmany(rc->crc_height, PIX_PER_CELL); in rfb_send_screen()
781 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells); in rfb_send_screen()
829 if (((changes * 100) / (xcells * ycells)) >= RFB_SEND_ALL_THRESH) { in rfb_send_screen()