Lines Matching defs:bitdepth

3103 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth)  in lodepng_get_bpp_lct()
3157 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth) in lodepng_color_mode_make()
3251 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct()
5476 unsigned bitdepth = (info->color.colortype == LCT_PALETTE) ? 8 : info->color.bitdepth; in readChunk_sBIT() local
5855 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_memory()
5884 LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_file()
5979 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR()
6282 unsigned bitdepth = (info->color.colortype == LCT_PALETTE) ? 8 : info->color.bitdepth; in addChunk_sBIT() local
7133 … unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_memory()
7160 LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_file()
7533 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in decode()
7549 … const std::vector<unsigned char> & in, LodePNGColorType colortype, unsigned bitdepth) in decode()
7577 LodePNGColorType colortype, unsigned bitdepth) in decode()
7591 LodePNGColorType colortype, unsigned bitdepth) in encode()
7605 LodePNGColorType colortype, unsigned bitdepth) in encode()
7636 LodePNGColorType colortype, unsigned bitdepth) in encode()
7646 LodePNGColorType colortype, unsigned bitdepth) in encode()