Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-zrle.c157 int packed_bytes; in zrle_choose_palette_rle() local
159 packed_bytes = (bpp_out / 8) * palette_size(palette); in zrle_choose_palette_rle()
160 packed_bytes += w * h * in zrle_choose_palette_rle()
163 if (packed_bytes < estimated_bytes) { in zrle_choose_palette_rle()