Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c145 int palette_rle_bytes; in zrle_choose_palette_rle() local
147 palette_rle_bytes = (bpp_out / 8) * palette_size(palette); in zrle_choose_palette_rle()
148 palette_rle_bytes += 2 * runs + single_pixels; in zrle_choose_palette_rle()
150 if (palette_rle_bytes < estimated_bytes) { in zrle_choose_palette_rle()
153 estimated_bytes = palette_rle_bytes; in zrle_choose_palette_rle()