Searched refs:lodepng_get_bpp_lct (Results 1 – 1 of 1) sorted by relevance
2516 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct() function2604 return lodepng_get_bpp_lct(info->colortype, info->bitdepth); in lodepng_get_bpp()2651 return (w * h * lodepng_get_bpp_lct(colortype, bitdepth) + 7) / 8; in lodepng_get_raw_size_lct()