Searched refs:plain_rle_bytes (Results 1 – 1 of 1) sorted by relevance
126 size_t plain_rle_bytes; in zrle_choose_palette_rle() local137 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()