Searched defs:bytes_per_px (Results 1 – 2 of 2) sorted by relevance
229 const size_t bytes_per_px = alpha ? 4 : 3; in WritePPMPAM() local267 const uint32_t bytes_per_px = 2; in WebPWrite16bAsPGM() local305 const uint32_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteBMP() local380 const uint8_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteTIFF() local
40 int bytes_per_px; member