Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-zrle.c126 size_t plain_rle_bytes; in zrle_choose_palette_rle() local
137 plain_rle_bytes = ((bpp_out / 8) + 1) * (runs + single_pixels); in zrle_choose_palette_rle()
139 if (plain_rle_bytes < estimated_bytes) { in zrle_choose_palette_rle()
141 estimated_bytes = plain_rle_bytes; in zrle_choose_palette_rle()